瀏覽代碼

libcontainerd: remove unused consts

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 年之前
父節點
當前提交
0f32beb4f8
共有 1 個文件被更改,包括 0 次插入5 次删除
  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: