mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
windows-unused-vars-20070212
remove unused vars
This commit is contained in:
parent
01882246c8
commit
6c703a483c
@ -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] = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user