From 62bc70cd39254a1401d7afb5fa1fd97f443a631e Mon Sep 17 00:00:00 2001 From: chl Date: Sat, 10 May 2014 20:09:38 +0000 Subject: [PATCH] remove unused variable ok shadchin@ --- usr.bin/less/command.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1