mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-10 17:31:59 +02:00
Value stored to 'lflag' is never read
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user