diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/marker.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 131 | int charpos; | 131 | int charpos; |
| 132 | { | 132 | { |
| 133 | Lisp_Object tail; | 133 | Lisp_Object tail; |
| 134 | int gapend_byte = BUF_GPT_BYTE (b) + BUF_GAP_SIZE (b); | ||
| 135 | int best_above, best_above_byte; | 134 | int best_above, best_above_byte; |
| 136 | int best_below, best_below_byte; | 135 | int best_below, best_below_byte; |
| 137 | 136 | ||