sdodin: fix set but not used warning

This commit is contained in:
cinap_lenrek 2024-11-16 04:24:14 +00:00
parent 14c36f2b16
commit a1b80da11f

View file

@ -2807,7 +2807,6 @@ mswtopctl(SDev*, Cmdbuf *cmd)
int *v;
f = cmd->f;
v = 0;
if(strcmp(f[0], "debug") == 0)
v = &debug;
else if(strcmp(f[0], "idprint") == 0)