mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove some dead code found by clang.
This commit is contained in:
@ -72,7 +72,6 @@ cmd_swap_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
dst_w = dst_wl->window;
|
||||
|
||||
if (data->src == NULL) {
|
||||
src_wl = dst_wl;
|
||||
src_w = dst_w;
|
||||
if (data->chflags & CMD_CHFLAG('D')) {
|
||||
src_wp = TAILQ_NEXT(dst_wp, entry);
|
||||
|
Reference in New Issue
Block a user