diff --git a/src/tools.c b/src/tools.c index 76a0cd7f1..91b2acad8 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2432,7 +2432,6 @@ const char *parse_time_err(const char *text, unsigned *ret, unsigned unit_flags) break; default: return text; - break; } if (*(++text) != '\0') { ha_warning("unexpected character '%c' after the timer value '%s', only "