]> git.eshelyaron.com Git - emacs.git/commitdiff
(scan_newline): Delete duplicated code.
authorKenichi Handa <handa@m17n.org>
Tue, 24 Feb 1998 06:57:15 +0000 (06:57 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 24 Feb 1998 06:57:15 +0000 (06:57 +0000)
src/search.c

index 26569920b1c8559be54ec1133493380ed86a165a..419b20d3b8a2c70259397ec5d23d1942487b4f34 100644 (file)
@@ -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);