From d10bda270e6a5bfdd634f3f442724f20256e027e Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 25 Aug 2021 10:47:52 +0300 Subject: *: Drop `break` after using frr_help_exit() in switch/case Signed-off-by: Donatas Abraitis --- pathd/path_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pathd/path_main.c') diff --git a/pathd/path_main.c b/pathd/path_main.c index 8d88475206..7b702cca31 100644 --- a/pathd/path_main.c +++ b/pathd/path_main.c @@ -138,7 +138,6 @@ int main(int argc, char **argv, char **envp) break; default: frr_help_exit(1); - break; } } -- cgit v1.2.3