Value stored to 'lflag' is never read

This commit is contained in:
Alexander Naumov
2017-12-19 09:26:07 +01:00
parent adae52b23a
commit 9c7c38b2fe

View File

@@ -840,7 +840,6 @@ static int OpenDevice(char **args, int lflag, int *typep, char **namep)
}
if ((fd = OpenTTY(arg, args[1])) < 0)
return -1;
lflag = 0;
*typep = W_TYPE_PLAIN;
*namep = arg;
} else {