diff options
author | Wolfy-J <[email protected]> | 2018-06-03 13:08:48 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-03 13:08:48 +0300 |
commit | f363040a9a72d53b4d5f0ffbf40773a27e9bd98f (patch) | |
tree | 89fcde37773d2a5fd394c1149b308a0096ed2820 /cmd/rr/http/workers.go | |
parent | 00eaa539e333184bdfb73fe3347bc5358de8a551 (diff) |
CS
Diffstat (limited to 'cmd/rr/http/workers.go')
-rw-r--r-- | cmd/rr/http/workers.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/rr/http/workers.go b/cmd/rr/http/workers.go index fb34d0b5..19fc6df8 100644 --- a/cmd/rr/http/workers.go +++ b/cmd/rr/http/workers.go @@ -29,14 +29,6 @@ import ( "strconv" ) -func init() { - rr.Root.AddCommand(&cobra.Command{ - Use: "http:workers", - Short: "List workers associated with RoadRunner HTTP service", - Run: workersHandler, - }) -} - func workersHandler(cmd *cobra.Command, args []string) { client, err := rr.Services.RCPClient() if err != nil { |