> Date: Sun, 8 Nov 2015 22:42:19 +0100
> From: Fritjof Bornebusch <[email protected]>
>
> On Wed, May 20, 2015 at 05:08:21PM +0200, Fritjof Bornebusch wrote:
>
> Ping ....
Sorry. But I don't see the point. You think the case '?' is
superfluous, others like me will see it serversas documentation. Any
decent compiler will optimize them away. In the end it is just a
matter of style and if there is no obvious benefit it's best to leave
things as they are and avoid unnecessary churn.
> > Index: apmd.c
> > ===================================================================
> > RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v
> > retrieving revision 1.75
> > diff -u -p -r1.75 apmd.c
> > --- apmd.c 6 Feb 2015 08:16:50 -0000 1.75
> > +++ apmd.c 20 May 2015 15:04:38 -0000
> > @@ -403,7 +403,6 @@ main(int argc, char *argv[])
> > doperf = PERF_MANUAL;
> > setperfpolicy("high");
> > break;
> > - case '?':
> > default:
> > usage();
> > }
>
>
>