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"
|
"github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
runtimeName = "io.containerd.runhcs.v1"
|
|
||||||
shimV2RuntimeName = runtimeName
|
|
||||||
)
|
|
||||||
|
|
||||||
func summaryFromInterface(i interface{}) (*libcontainerdtypes.Summary, error) {
|
func summaryFromInterface(i interface{}) (*libcontainerdtypes.Summary, error) {
|
||||||
switch pd := i.(type) {
|
switch pd := i.(type) {
|
||||||
case *options.ProcessDetails:
|
case *options.ProcessDetails:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue