mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
sdodin: fix set but not used warning
This commit is contained in:
parent
14c36f2b16
commit
a1b80da11f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue