From 15b0983da00dfe17311ca3b54863ba5ddf3637f0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 2 Apr 1998 00:25:47 +0000 Subject: [PATCH] (buf_charpos_to_bytepos): Delete local variable gapend_byte. --- src/marker.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/marker.c b/src/marker.c index 86951edd2f3..dd53628462e 100644 --- a/src/marker.c +++ b/src/marker.c @@ -131,7 +131,6 @@ buf_charpos_to_bytepos (b, charpos) int charpos; { Lisp_Object tail; - int gapend_byte = BUF_GPT_BYTE (b) + BUF_GAP_SIZE (b); int best_above, best_above_byte; int best_below, best_below_byte; -- 2.39.2