From cd8ad3082f7bd718eedeb7da3bfe40253b48ad5c Mon Sep 17 00:00:00 2001 From: neil <neil@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 16 May 2010 03:17:13 +0000 Subject: [PATCH] Unused variable git-svn-id: http://svn.net-core.org/repos/t-engine4@624 51575b47-30f0-44d4-a5cc-537603b46e54 --- src/physfs/zlib123/ioapi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/physfs/zlib123/ioapi.c b/src/physfs/zlib123/ioapi.c index 1c27fc0d1a..187d26f896 100644 --- a/src/physfs/zlib123/ioapi.c +++ b/src/physfs/zlib123/ioapi.c @@ -57,7 +57,6 @@ voidpf ZCALLBACK fopen_file_func (opaque, filename, mode) int mode; { PHYSFS_file* file = NULL; - const char* mode_fopen = NULL; if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ) file = PHYSFS_openRead(filename); else -- GitLab