From: chl Date: Sat, 10 May 2014 20:09:38 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=62bc70cd39254a1401d7afb5fa1fd97f443a631e;p=openbsd remove unused variable ok shadchin@ --- 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;