]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-fs-cleanup-20050909
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 Sep 2005 20:44:57 +0000 (20:44 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 Sep 2005 20:44:57 +0000 (20:44 +0000)
remove unused variables

(cherry picked from commit 604435daaf23c9883c6ac52c1c3b656ebacbaae7)

src/WINNT/afsd/fs.c

index 64abc216c78e210c6e3c479fc44c685031c2ce8a..f20a24f834209e493d62aa54046b67366f890d42 100644 (file)
@@ -1348,7 +1348,6 @@ FlushAllCmd(struct cmd_syndesc *as, char *arock)
 {
     afs_int32 code;
     struct ViceIoctl blob;
-    struct cmd_item *ti;
 
     blob.in_size = blob.out_size = 0;
     code = pioctl(NULL, VIOC_FLUSHALL, &blob, 0);
@@ -1833,7 +1832,9 @@ MakeMountCmd(struct cmd_syndesc *as, char *arock)
 #endif
     char path[1024] = "";
     struct afsconf_cell info;
+#ifndef WIN32
     struct vldbentry vldbEntry;
+#endif
     struct ViceIoctl blob;
     char * parent;