artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0b7f9
)
remove unused variable
author
chl
<chl@openbsd.org>
Sat, 10 May 2014 20:09:38 +0000
(20:09 +0000)
committer
chl
<chl@openbsd.org>
Sat, 10 May 2014 20:09:38 +0000
(20:09 +0000)
ok shadchin@
usr.bin/less/command.c
patch
|
blob
|
history
diff --git
a/usr.bin/less/command.c
b/usr.bin/less/command.c
index
ed30367
..
9b4a162
100644
(file)
--- 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;