1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Unreachable statement, found by lint.

This commit is contained in:
Nicholas Marriott 2009-11-13 18:59:14 +00:00
parent 390472566c
commit dafa0f022c

View File

@ -127,8 +127,6 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
fatal("fcntl failed");
return (0);
}
return (0);
}
void