diff src/marker.c @ 21332:1e2da269ca1f

(buf_charpos_to_bytepos): Delete local variable gapend_byte.
author Kenichi Handa <handa@m17n.org>
date Thu, 02 Apr 1998 00:25:47 +0000
parents 29d2cf14040a
children 96dd58f4f3bb
line wrap: on
line diff
--- a/src/marker.c	Thu Apr 02 00:25:47 1998 +0000
+++ b/src/marker.c	Thu Apr 02 00:25:47 1998 +0000
@@ -131,7 +131,6 @@
      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;