refactor: Remove unused remap arg and editblock_strategies var

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 15:31:07 -07:00
parent 67b9345929
commit 14928727eb

View file

@ -335,7 +335,7 @@ def lines_to_chars(lines, mapping):
return new_text
def dmp_lines_apply(texts, remap=True):
def dmp_lines_apply(texts):
debug = False
# debug = True
@ -641,8 +641,6 @@ def proc(dname):
(dmp_lines_apply, all_preprocs),
]
_strategies = editblock_strategies # noqa: F841
short_names = dict(
search_and_replace="sr",
git_cherry_pick_osr_onto_o="cp_o",