mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove dead code
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
c3997daeb5
commit
927d13bc3c
8 changed files with 24 additions and 66 deletions
|
@ -31,9 +31,6 @@ import (
|
|||
"github.com/docker/libnetwork/options"
|
||||
)
|
||||
|
||||
const runDir = "/var/run/docker"
|
||||
const defaultVolumesPathName = "volumes"
|
||||
|
||||
func (daemon *Daemon) Changes(container *Container) ([]archive.Change, error) {
|
||||
initID := fmt.Sprintf("%s-init", container.ID)
|
||||
return daemon.driver.Changes(container.ID, initID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue