diff options
author | Kenichi Handa <handa@m17n.org> | 1998-02-24 06:57:15 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-02-24 06:57:15 +0000 |
commit | dbfab20562a4cb3e39018f6d2a994d1aa4e49d3f (patch) | |
tree | c3e2b21f1aac40d5d5ba293d15686bed89ab6f89 /src/search.c | |
parent | 2d3ae3f0dafa3393189667a75f7f015e44d265bb (diff) | |
download | emacs-dbfab20562a4cb3e39018f6d2a994d1aa4e49d3f.tar.gz |
(scan_newline): Delete duplicated code.
Diffstat (limited to 'src/search.c')
-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) } else { - int start_byte = CHAR_TO_BYTE (start); while (start_byte > limit_byte) { ceiling = BUFFER_FLOOR_OF (start_byte - 1); |