(scan_newline): Delete duplicated code.

This commit is contained in:
Kenichi Handa
1998-02-24 06:57:15 +00:00
parent 2d3ae3f0da
commit dbfab20562

View 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);