diff options
-rw-r--r-- | usr.bin/less/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/less/command.c b/usr.bin/less/command.c index ed30367066b..9b4a1623997 100644 --- a/usr.bin/less/command.c +++ b/usr.bin/less/command.c @@ -1024,7 +1024,6 @@ commands() IFILE old_ifile; IFILE new_ifile; char *tagfile; - int until_hilite = 0; search_type = SRCH_FORW; wscroll = (sc_height + 1) / 2; |