Remove a few (now unused) variables.
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 20 Nov 2013 01:44:06 +0000 (01:44 +0000)
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 20 Nov 2013 01:44:06 +0000 (01:44 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53442 f5534014-38df-0310-8fa8-9805f1628bb7

wsutil/filesystem.c

index 9634fe67dbaf6dbd99a7dee49f6351c06d9e9697..5e4230153fb0d88d0d426acdc9c0d3c813eb7b73 100644 (file)
@@ -1680,8 +1680,6 @@ get_persdatafile_dir(void)
 #ifdef _WIN32
     char *u3devicedocumentpath;
     TCHAR tszPath[MAX_PATH];
-    char *szPath;
-    BOOL bRet;
 
     /* Return the cached value, if available */
     if (persdatafile_dir != NULL)