diff options
Diffstat (limited to 'cmd/rr/http/reload.go')
-rw-r--r-- | cmd/rr/http/reload.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/rr/http/reload.go b/cmd/rr/http/reload.go index 4bd847c3..89c0b74b 100644 --- a/cmd/rr/http/reload.go +++ b/cmd/rr/http/reload.go @@ -26,14 +26,6 @@ import ( rr "github.com/spiral/roadrunner/cmd/rr/cmd" ) -func init() { - rr.Root.AddCommand(&cobra.Command{ - Use: "http:reload", - Short: "Reload RoadRunner worker pools for the HTTP service", - Run: reloadHandler, - }) -} - func reloadHandler(cmd *cobra.Command, args []string) { client, err := rr.Services.RCPClient() if err != nil { |