unused variables

This commit is contained in:
cohrs
2002-01-27 04:19:44 +00:00
parent 0ca15b16c0
commit 35edad47ab

View File

@@ -2372,7 +2372,6 @@ char *buf;
else if (!strcmp(optname, "catname"))
Sprintf(buf, "%s", catname[0] ? catname : none );
else if (!strcmp(optname, "disclose")) {
boolean all = TRUE, dnone = TRUE;
for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
char topt[2];
topt[1] = '\0';