]> granicus.if.org Git - sysstat/commitdiff
Remove unneeded break after return in switch case
authorNatePW <dnatedog@gmail.com>
Wed, 4 Jan 2023 00:40:23 +0000 (16:40 -0800)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 7 Jan 2023 13:48:18 +0000 (14:48 +0100)
sa_common.c

index 7bef23d01f576f2febdd1f8b6b0c17044caf0295..ee0c99ad69e631d6ae127056f601c99e4f8552d5 100644 (file)
@@ -748,7 +748,6 @@ int parse_timestamp(char *argv[], int *opt, struct tstamp *tse,
                                strncpy(timestamp, argv[(*opt)++], 10);
                                timestamp[10] = '\0';
                                return decode_epoch(timestamp, tse);
-                               break;
 
                        default:
                                strncpy(timestamp, def_timestamp, 8);