Remove unnecessary condition check

According to parent "if" condition this is never the case

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
Amadeusz Sławiński
2019-04-14 00:48:13 +02:00
parent 6cc0088057
commit ceb9b1f6ec

View File

@@ -235,8 +235,6 @@ int Attach(int how)
pause(); /* wait for SIGCONT */
xsignal(SIGCONT, SIG_DFL);
ContinuePlease = false;
if (how != MSG_ATTACH)
return 0; /* we detached it. jw. */
sleep(1); /* we dont want to overrun our poor backend. jw. */
if ((lasts = MakeClientSocket(0)) == -1)
Panic(0, "Cannot contact screen again. Sigh.");