Remove no longer used variable.

SVN revision: 28694
This commit is contained in:
Sebastian Dransfeld 2007-03-13 16:11:48 +00:00
parent aae6f6e920
commit eeecc60efc
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ EAPI char *
ecore_file_realpath(const char *file)
{
char buf[PATH_MAX];
struct stat st;
if (!realpath(file, buf)) return strdup("");
return strdup(buf);