=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/optfunc.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/less/optfunc.c 2015/11/09 16:39:13 1.13 +++ src/usr.bin/less/optfunc.c 2016/01/12 23:01:23 1.14 @@ -359,7 +359,6 @@ /* * Handler for the -b option. */ -/*ARGSUSED*/ void opt_b(int type, char *s) { @@ -379,7 +378,6 @@ /* * Handler for the -i option. */ -/*ARGSUSED*/ void opt_i(int type, char *s) { @@ -396,7 +394,6 @@ /* * Handler for the -V option. */ -/*ARGSUSED*/ void opt__V(int type, char *s) { @@ -524,7 +521,6 @@ * "-?" means display a help message. * If from the command line, exit immediately. */ -/*ARGSUSED*/ void opt_query(int type, char *s) {