Eina: remove unused variable

SVN revision: 67444
This commit is contained in:
Vincent Torri 2012-01-22 08:56:13 +00:00
parent 37ccabf61c
commit 54b589cfe9
1 changed files with 0 additions and 1 deletions

View File

@ -887,7 +887,6 @@ eina_file_open(const char *path, Eina_Bool shared)
WIN32_FILE_ATTRIBUTE_DATA fad;
ULARGE_INTEGER length;
ULARGE_INTEGER mtime;
Eina_Bool create = EINA_FALSE;
EINA_SAFETY_ON_NULL_RETURN_VAL(path, NULL);