Remove unused variable.

SVN revision: 17882
This commit is contained in:
sebastid 2005-10-24 10:06:11 +00:00 committed by sebastid
parent 32732357cb
commit 853b70b966
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ ecore_file_recursive_rm(const char *dir)
{
DIR *dirp;
struct dirent *dp;
Ecore_List *list;
int ret;
if (!ecore_file_is_dir(dir))