eina: Removes some unused variables in examples.
authorcedric <cedric>
Thu, 4 Oct 2012 01:36:14 +0000 (01:36 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 4 Oct 2012 01:36:14 +0000 (01:36 +0000)
Patch by Igor Murzov <e-mail@date.by>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@77386 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/eina_array_01.c
src/examples/eina_hash_08.c

index 43a332d..f55832d 100644 (file)
@@ -23,8 +23,6 @@ main(int argc, char **argv)
       "skulls", "bulldog", "flat top", "hammerhead", "gonzo"
    };
    Eina_Array *array;
-   Eina_Array_Iterator iterator;
-   char *item;
    unsigned int i;
 
    eina_init();
index ed45f7f..ce6a2a5 100644 (file)
@@ -59,8 +59,6 @@ main(int argc, const char *argv[])
    int saved_entry_size = sizeof("Alceu Valenca");
    const char *phone = NULL;
    Eina_Bool r;
-   Eina_Iterator *it;
-   void *data;
 
    eina_init();