diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2014-05-10 20:09:39 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2014-05-10 20:09:39 +0000 |
commit | 4b59e81bea53cec8be59e0d4b283892652ad55f3 (patch) | |
tree | 158f213a0079633c2bde3f815e225f950b76fe2a | |
parent | 9788ba9769e2cf3fb2e10a7cd5b5b096ef58c0c1 (diff) |
remove unused variable
ok shadchin@
-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; |