From 95fffd8a7fd49637d7b6d9f25b69ac6d8c9a2fff Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 14 Jul 2021 16:28:43 +0200 Subject: vi: remove redundant assignment Signed-off-by: Denys Vlasenko --- editors/vi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'editors') diff --git a/editors/vi.c b/editors/vi.c index a4b958734..23a44d597 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -3244,7 +3244,6 @@ static void colon(char *buf) TEST_UNDO2 ? ALLOW_UNDO_CHAIN : ALLOW_UNDO); found += bias; ls += bias; - dot = ls; //q += bias; - recalculated anyway } # if ENABLE_FEATURE_VI_REGEX_SEARCH -- cgit v1.2.1