The `return` already leaves the function.
---
 src/tools.c | 1 -
 1 file changed, 1 deletion(-)

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 "
-- 
2.33.0


Reply via email to