remove unused variable
authorchl <chl@openbsd.org>
Sat, 10 May 2014 20:09:38 +0000 (20:09 +0000)
committerchl <chl@openbsd.org>
Sat, 10 May 2014 20:09:38 +0000 (20:09 +0000)
ok shadchin@

usr.bin/less/command.c

index ed30367..9b4a162 100644 (file)
@@ -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;