(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 2656992..419b20d 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);