From 19f32d435c9d37b8070a3cc8dfedfeca33b3e2e6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 13 Mar 2024 08:02:08 +0100 Subject: [PATCH] pluginctl: dead switch statement --- src/sbin/pluginctl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sbin/pluginctl b/src/sbin/pluginctl index 65cc1ce98..9d12b3682 100755 --- a/src/sbin/pluginctl +++ b/src/sbin/pluginctl @@ -242,9 +242,6 @@ if (isset($opts['h'])) { case 'status': echo htmlspecialchars($service['status']) . PHP_EOL; break; - case 'status': - echo "Missing command\n"; - break; default: echo "Unknown command `$act'\n"; break;