changeset 20965:8c68721e5ec9

(scan_newline): Delete duplicated code.
author Kenichi Handa <handa@m17n.org>
date Tue, 24 Feb 1998 06:57:15 +0000
parents 4cad33afd914
children 1abf4d6ec488
files src/search.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Tue Feb 24 06:57:15 1998 +0000
+++ b/src/search.c	Tue Feb 24 06:57:15 1998 +0000
@@ -786,7 +786,6 @@
     }
   else
     {
-      int start_byte = CHAR_TO_BYTE (start);
       while (start_byte > limit_byte)
 	{
 	  ceiling = BUFFER_FLOOR_OF (start_byte - 1);