From: Kenichi Handa Date: Thu, 2 Apr 1998 00:25:47 +0000 (+0000) Subject: (buf_charpos_to_bytepos): Delete local variable gapend_byte. X-Git-Tag: emacs-20.3~1742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15b0983da00dfe17311ca3b54863ba5ddf3637f0;p=emacs.git (buf_charpos_to_bytepos): Delete local variable gapend_byte. --- 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;