changeset 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 4c89837392b3
children a6119c0748e9
files src/marker.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;