mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 23:36:23 -05:00
Fix CID 39908: Dead code.
This commit is contained in:
parent
8de64f81be
commit
9b40894342
4
spawn.c
4
spawn.c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user