diff options
| -rw-r--r-- | src/search.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 26569920b1c..419b20d3b8a 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -786,7 +786,6 @@ scan_newline (start, start_byte, limit, limit_byte, count, allow_quit) | |||
| 786 | } | 786 | } |
| 787 | else | 787 | else |
| 788 | { | 788 | { |
| 789 | int start_byte = CHAR_TO_BYTE (start); | ||
| 790 | while (start_byte > limit_byte) | 789 | while (start_byte > limit_byte) |
| 791 | { | 790 | { |
| 792 | ceiling = BUFFER_FLOOR_OF (start_byte - 1); | 791 | ceiling = BUFFER_FLOOR_OF (start_byte - 1); |