summaryrefslogtreecommitdiff
path: root/usr.bin/less/optfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/less/optfunc.c')
-rw-r--r--usr.bin/less/optfunc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/less/optfunc.c b/usr.bin/less/optfunc.c
index b8e4e2c31ba..074d0028b7e 100644
--- a/usr.bin/less/optfunc.c
+++ b/usr.bin/less/optfunc.c
@@ -359,7 +359,6 @@ opt__P(int type, char *s)
/*
* Handler for the -b option.
*/
-/*ARGSUSED*/
void
opt_b(int type, char *s)
{
@@ -379,7 +378,6 @@ opt_b(int type, char *s)
/*
* Handler for the -i option.
*/
-/*ARGSUSED*/
void
opt_i(int type, char *s)
{
@@ -396,7 +394,6 @@ opt_i(int type, char *s)
/*
* Handler for the -V option.
*/
-/*ARGSUSED*/
void
opt__V(int type, char *s)
{
@@ -524,7 +521,6 @@ opt_quote(int type, char *s)
* "-?" means display a help message.
* If from the command line, exit immediately.
*/
-/*ARGSUSED*/
void
opt_query(int type, char *s)
{