Skip to content

Commit

Permalink
Merge pull request #35788 from yongtang/35609-carry
Browse files Browse the repository at this point in the history
Carry #35609 (remove import of opencontainers/runc in windows)
  • Loading branch information
crosbymichael committed Dec 13, 2017
2 parents 5dc791c + 0866dee commit 1cea9d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions daemon/daemon_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
winlibnetwork "github.com/docker/libnetwork/drivers/windows"
"github.com/docker/libnetwork/netlabel"
"github.com/docker/libnetwork/options"
blkiodev "github.com/opencontainers/runc/libcontainer/configs"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"golang.org/x/sys/windows"
Expand All @@ -47,10 +46,6 @@ func getPluginExecRoot(root string) string {
return filepath.Join(root, "plugins")
}

func getBlkioWeightDevices(config *containertypes.HostConfig) ([]blkiodev.WeightDevice, error) {
return nil, nil
}

func (daemon *Daemon) parseSecurityOpt(container *container.Container, hostConfig *containertypes.HostConfig) error {
return parseSecurityOpt(container, hostConfig)
}
Expand Down

0 comments on commit 1cea9d3

Please sign in to comment.