mirror of https://github.com/docker/docs.git
Remove dead code
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
a277bc6c0a
commit
293055fcbc
|
|
@ -6,9 +6,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
ErrDetectionFailed = errors.New("OS type not recognized")
|
||||
ErrSSHCommandFailed = errors.New("SSH command failure")
|
||||
ErrNotImplemented = errors.New("Runtime not implemented")
|
||||
ErrDetectionFailed = errors.New("OS type not recognized")
|
||||
)
|
||||
|
||||
type ErrDaemonAvailable struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue