Merge pull request #2507 from dgageot/dead-code

Remove dead code
This commit is contained in:
David Gageot 2015-12-07 09:51:07 +01:00
commit 7f499308fc
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@ import (
) )
var ( var (
ErrDetectionFailed = errors.New("OS type not recognized") ErrDetectionFailed = errors.New("OS type not recognized")
ErrSSHCommandFailed = errors.New("SSH command failure")
ErrNotImplemented = errors.New("Runtime not implemented")
) )
type ErrDaemonAvailable struct { type ErrDaemonAvailable struct {