Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_main.c 


Log Message:
* Warnings--

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- evfs_main.c 20 Aug 2007 11:09:13 -0000      1.67
+++ evfs_main.c 20 Aug 2007 12:15:19 -0000      1.68
@@ -269,10 +269,6 @@
 ipc_worker_del(void *data __UNUSED__, int type __UNUSED__, void *event)
 {
    Ecore_Ipc_Event_Client_Del *e;
-   Ecore_List *keys;
-   evfs_client *client;
-   evfs_plugin *plugin;
-   char *key;
    
    e = (Ecore_Ipc_Event_Client_Del *) event;
 
@@ -290,7 +286,6 @@
 
    Ecore_Ipc_Event_Client_Data *e = (Ecore_Ipc_Event_Client_Data *) event;
    evfs_client *client;
-   int id;
 
    /*Make sure we're not the daemon server's event*/
    if (ecore_ipc_client_server_get(e->client) != server->worker_server) {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to