mirror of
https://github.com/tmux/tmux.git
synced 2025-04-11 03:28:49 +00:00
Unreachable statement, found by lint.
This commit is contained in:
parent
390472566c
commit
dafa0f022c
@ -127,8 +127,6 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
|
|||||||
fatal("fcntl failed");
|
fatal("fcntl failed");
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user