From 788f818cc53fbd68267c2c6ab5de8655938414cb Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 25 Feb 2019 14:26:18 -0600 Subject: podman-remote pod top|stats this is the final enablement for the pod subcommand. it includes the ability to run podman-remote pod top and stats. Signed-off-by: baude --- cmd/podman/commands_remoteclient.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmd/podman/commands_remoteclient.go') diff --git a/cmd/podman/commands_remoteclient.go b/cmd/podman/commands_remoteclient.go index 081043b25..a278761c1 100644 --- a/cmd/podman/commands_remoteclient.go +++ b/cmd/podman/commands_remoteclient.go @@ -28,11 +28,6 @@ func getContainerSubCommands() []*cobra.Command { return []*cobra.Command{} } -// commands that only the remoteclient implements -func getPodSubCommands() []*cobra.Command { - return []*cobra.Command{} -} - // commands that only the remoteclient implements func getGenerateSubCommands() []*cobra.Command { return []*cobra.Command{} -- cgit v1.2.3-54-g00ecf