mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
clang/"Dead assignment"
This commit is contained in:
@@ -641,7 +641,7 @@ static int mouse_adjust_click(win_T *wp, int row, int col)
|
||||
linenr_T lnum = wp->w_cursor.lnum;
|
||||
char_u *line = ml_get(lnum);
|
||||
char_u *ptr = line;
|
||||
char_u *ptr_end = line;
|
||||
char_u *ptr_end;
|
||||
char_u *ptr_row_offset = line; // Where we begin adjusting `ptr_end`
|
||||
|
||||
// Find the offset where scanning should begin.
|
||||
|
Reference in New Issue
Block a user