mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Some unnecessary assignments and unused variables.
This commit is contained in:
@ -4151,7 +4151,6 @@ window_copy_cursor_previous_word_pos(struct window_mode_entry *wme,
|
||||
data->oy >=
|
||||
screen_hsize(data->backing) - 1))
|
||||
goto out;
|
||||
py--;
|
||||
|
||||
py = screen_hsize(data->backing) + data->cy -
|
||||
data->oy;
|
||||
|
Reference in New Issue
Block a user