unused variables
This commit is contained in:
@@ -2372,7 +2372,6 @@ char *buf;
|
|||||||
else if (!strcmp(optname, "catname"))
|
else if (!strcmp(optname, "catname"))
|
||||||
Sprintf(buf, "%s", catname[0] ? catname : none );
|
Sprintf(buf, "%s", catname[0] ? catname : none );
|
||||||
else if (!strcmp(optname, "disclose")) {
|
else if (!strcmp(optname, "disclose")) {
|
||||||
boolean all = TRUE, dnone = TRUE;
|
|
||||||
for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
|
for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
|
||||||
char topt[2];
|
char topt[2];
|
||||||
topt[1] = '\0';
|
topt[1] = '\0';
|
||||||
|
|||||||
Reference in New Issue
Block a user