Fix the real warning this time. (undo my previous change as well)

SVN revision: 34929
This commit is contained in:
Eric Schuele 2008-06-28 03:51:20 +00:00
parent ed239be74a
commit d7a634d3da
1 changed files with 2 additions and 4 deletions

View File

@ -543,17 +543,15 @@ ecore_con_url_ftp_upload(Ecore_Con_Url *url_con, char *filename, char *user, cha
return _ecore_con_url_perform(url_con);
}
else
return 0;
#else
return 0;
/*
* DEAD CODE?
*
url_con = NULL;
filename = NULL;
user = NULL;
pass = NULL;
upload_dir = NULL;
*/
#endif
}