Browse Source

delete unused code (daemon.Start)

Signed-off-by: Fabio Kung <fabio.kung@gmail.com>
Fabio Kung 8 years ago
parent
commit
66b231d598
1 changed files with 0 additions and 5 deletions
  1. 0 5
      daemon/start.go

+ 0 - 5
daemon/start.go

@@ -86,11 +86,6 @@ func (daemon *Daemon) ContainerStart(name string, hostConfig *containertypes.Hos
 	return daemon.containerStart(container, checkpoint, checkpointDir, true)
 	return daemon.containerStart(container, checkpoint, checkpointDir, true)
 }
 }
 
 
-// Start starts a container
-func (daemon *Daemon) Start(container *container.Container) error {
-	return daemon.containerStart(container, "", "", true)
-}
-
 // containerStart prepares the container to run by setting up everything the
 // containerStart prepares the container to run by setting up everything the
 // container needs, such as storage and networking, as well as links
 // container needs, such as storage and networking, as well as links
 // between containers. The container is left waiting for a signal to
 // between containers. The container is left waiting for a signal to