diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index 14bc2e785a6b..2df00ee48aa1 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -457,10 +457,8 @@ getdayvar(s) switch(*(s + offs - 2)) { case '-': return(-(atoi(s + offs - 1))); - break; case '+': return(atoi(s + offs - 1)); - break; }