mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Dead stores
This commit is contained in:
@@ -866,11 +866,7 @@ void write_screen(const wcstring &msg, wcstring &buff)
|
||||
/*
|
||||
If token is zero character long, we don't do anything
|
||||
*/
|
||||
if (pos == start)
|
||||
{
|
||||
start = pos = pos+1;
|
||||
}
|
||||
else if (overflow)
|
||||
if (overflow)
|
||||
{
|
||||
/*
|
||||
In case of overflow, we print a newline, except if we already are at position 0
|
||||
|
||||
Reference in New Issue
Block a user