diff options
| author | Kenichi Handa | 1998-02-24 06:57:15 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-02-24 06:57:15 +0000 |
| commit | dbfab20562a4cb3e39018f6d2a994d1aa4e49d3f (patch) | |
| tree | c3e2b21f1aac40d5d5ba293d15686bed89ab6f89 /src | |
| parent | 2d3ae3f0dafa3393189667a75f7f015e44d265bb (diff) | |
| download | emacs-dbfab20562a4cb3e39018f6d2a994d1aa4e49d3f.tar.gz emacs-dbfab20562a4cb3e39018f6d2a994d1aa4e49d3f.zip | |
(scan_newline): Delete duplicated code.
Diffstat (limited to 'src')
| -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); |