Fix CID 39908: Dead code.

This commit is contained in:
Renaud 2015-03-19 14:27:58 +08:00
parent 8de64f81be
commit 9b40894342
1 changed files with 2 additions and 2 deletions

View File

@ -364,10 +364,10 @@ int pipecmd(int f, int n)
TTflush(); TTflush();
sgarbf = TRUE; sgarbf = TRUE;
s = TRUE; s = TRUE;
#endif #else
if (s != TRUE) if (s != TRUE)
return s; return s;
#endif
/* split the current window to make room for the command output */ /* split the current window to make room for the command output */
if (splitwind(FALSE, 1) == FALSE) if (splitwind(FALSE, 1) == FALSE)