# HG changeset patch # User Kenichi Handa # Date 891476747 0 # Node ID 1e2da269ca1fd03bad661be1bdfed2ddf9ee7194 # Parent 4c89837392b30b59366f3c6d655a152ce370b28d (buf_charpos_to_bytepos): Delete local variable gapend_byte. diff -r 4c89837392b3 -r 1e2da269ca1f src/marker.c --- 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;