Commit 454f5cbd authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a superfluous cleanup call

At the very beginning of do_replace(), nothing has been changed
or initialized yet, so there is nothing to refresh or clean up.
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -774,7 +774,6 @@ void do_replace(void)
if (ISSET(VIEW_MODE)) {
print_view_warning();
search_replace_abort();
return;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment