X-Git-Url: https://git.sur5r.net/?p=gsconf;a=blobdiff_plain;f=shell.c;h=8f32679f4eda10aa26c7dd2bdf0fc02aef4d4ce3;hp=922442e6cab16ac7dd4f1cc52a4bdf15a40831e8;hb=HEAD;hpb=6d12741e1a149d4ccf1a0c601f5e862bff2e1ef6 diff --git a/shell.c b/shell.c index 922442e..8f32679 100644 --- a/shell.c +++ b/shell.c @@ -67,7 +67,6 @@ void printError(int errCode) { void shell_set(char ** argv, int elem) { - int n; if (strncmp(argv[1], "name", 4) == 0) { if (elem != 3) { printf("set name [name]\n");