Remove dead code
[openafs.git] / src / WINNT / afsd / fs.c
index f77033d..a7f0722 100644 (file)
@@ -3049,10 +3049,6 @@ GetCellCmd(struct cmd_syndesc *as, void *arock)
             continue;
        }
        printf("Cell %s status: ", info.name);
-#ifdef notdef
-       if (args.stat & 1)
-            printf("primary ");
-#endif
        if (args.stat & 2)
             printf("no setuid allowed");
        else
@@ -5251,9 +5247,6 @@ int wmain(int argc, wchar_t **wargv)
     ts = cmd_CreateSyntax("setvol", SetVolCmd, NULL, 0, "set volume status");
     cmd_AddParm(ts, "-path", CMD_LIST, CMD_OPTIONAL, "dir/file path");
     cmd_AddParm(ts, "-max", CMD_SINGLE, CMD_OPTIONAL, "disk space quota in 1K units");
-#ifdef notdef
-    cmd_AddParm(ts, "-min", CMD_SINGLE, CMD_OPTIONAL, "disk space guaranteed");
-#endif
     cmd_AddParm(ts, "-motd", CMD_SINGLE, CMD_OPTIONAL, "message of the day");
     cmd_AddParm(ts, "-offlinemsg", CMD_SINGLE, CMD_OPTIONAL, "offline message");
     cmd_CreateAlias(ts, "sv");
@@ -5323,9 +5316,6 @@ int wmain(int argc, wchar_t **wargv)
     ts = cmd_CreateSyntax("setquota", SetQuotaCmd, NULL, 0, "set volume quota");
     cmd_AddParm(ts, "-path", CMD_SINGLE, CMD_OPTIONAL, "dir/file path");
     cmd_AddParm(ts, "-max", CMD_SINGLE, 0, "max quota in kbytes");
-#ifdef notdef
-    cmd_AddParm(ts, "-min", CMD_SINGLE, CMD_OPTIONAL, "min quota in kbytes");
-#endif
     cmd_CreateAlias(ts, "sq");
 
     ts = cmd_CreateSyntax("newcell", NewCellCmd, NULL, 0, "configure new cell");