clang/"Dead assignment"

This commit is contained in:
Justin M. Keyes
2019-01-13 17:10:46 +01:00
parent 94fc3e0182
commit ddd4ed3ce5
5 changed files with 4 additions and 6 deletions

View File

@@ -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.