From f09ddad1cdb1365744993b94294eecf7ac09ecfd Mon Sep 17 00:00:00 2001 From: sebastid Date: Mon, 21 Aug 2006 15:31:58 +0000 Subject: [PATCH] Remove unused variable. SVN revision: 24992 --- src/bin/e_apps.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 7fe321228..547310567 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -216,13 +216,11 @@ _e_app_cb_scan_hash_foreach(Evas_Hash *hash, const char *key, void *data, void * { E_App_Scan_Cache *sc; E_App_Cache *ac; - char *s; - + sc = fdata; - s = (char *)key; ac = data; /* file "s" has been deleted */ - printf("Cache %s - DELETED\n", s); + printf("Cache %s - DELETED\n", key); sc->need_rewrite = 1; return 1; }