windows-unused-vars-20070212

remove unused vars
This commit is contained in:
Jeffrey Altman 2007-02-13 03:07:55 +00:00
parent 01882246c8
commit 6c703a483c

View File

@ -1307,7 +1307,9 @@ BOOL MakeMount(const CString& strDir, const CString& strVolName, const CString&
register char *cellName; register char *cellName;
char localCellName[128]; char localCellName[128];
struct afsconf_cell info; struct afsconf_cell info;
#if 0
struct vldbentry vldbEntry; struct vldbentry vldbEntry;
#endif
struct ViceIoctl blob; struct ViceIoctl blob;
char * parent; char * parent;
char path[1024] = ""; char path[1024] = "";