]> git.eshelyaron.com Git - emacs.git/commitdiff
(buf_charpos_to_bytepos): Delete local variable gapend_byte.
authorKenichi Handa <handa@m17n.org>
Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)
src/marker.c

index 86951edd2f302be77329a9f8dadc36ef0a442279..dd53628462e1ede9f43724b16dda4306ea6d56a3 100644 (file)
@@ -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;