mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
libcontainerd: remove unused consts
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9637be0e9d
commit
0f32beb4f8
1 changed files with 0 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue