mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
Remove nonnullret deadcode: vim_strsave.
This commit is contained in:
@@ -1633,11 +1633,6 @@ change_indent (
|
||||
* put it back again the way we wanted it.
|
||||
*/
|
||||
if (State & VREPLACE_FLAG) {
|
||||
/* If orig_line didn't allocate, just return. At least we did the job,
|
||||
* even if you can't backspace. */
|
||||
if (orig_line == NULL)
|
||||
return;
|
||||
|
||||
/* Save new line */
|
||||
new_line = vim_strsave(get_cursor_line_ptr());
|
||||
|
||||
|
Reference in New Issue
Block a user