From: Kenichi Handa Date: Tue, 24 Feb 1998 06:57:15 +0000 (+0000) Subject: (scan_newline): Delete duplicated code. X-Git-Tag: emacs-20.3~2109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbfab20562a4cb3e39018f6d2a994d1aa4e49d3f;p=emacs.git (scan_newline): Delete duplicated code. --- 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);