Browse Source

libcontainerd: remove unused consts

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 years ago
parent
commit
0f32beb4f8
1 changed files with 0 additions and 5 deletions
  1. 0 5
      libcontainerd/remote/client_windows.go

+ 0 - 5
libcontainerd/remote/client_windows.go

@@ -16,11 +16,6 @@ import (
 	"github.com/sirupsen/logrus"
 )
 
-const (
-	runtimeName       = "io.containerd.runhcs.v1"
-	shimV2RuntimeName = runtimeName
-)
-
 func summaryFromInterface(i interface{}) (*libcontainerdtypes.Summary, error) {
 	switch pd := i.(type) {
 	case *options.ProcessDetails: