changeset 40269:613a0932bd77

(scan_newline): Remove unused variable `selective_display'.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 24 Oct 2001 20:17:33 +0000
parents 3b6c70f1fe6c
children b31e5d777d14
files src/search.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Wed Oct 24 20:02:16 2001 +0000
+++ b/src/search.c	Wed Oct 24 20:17:33 2001 +0000
@@ -752,11 +752,6 @@
 
   int old_immediate_quit = immediate_quit;
 
-  /* If we are not in selective display mode,
-     check only for newlines.  */
-  int selective_display = (!NILP (current_buffer->selective_display)
-			   && !INTEGERP (current_buffer->selective_display));
-
   /* The code that follows is like scan_buffer
      but checks for either newline or carriage return.  */