Merge "Remove unused code declarations"

This commit is contained in:
Zuul 2020-03-26 22:08:26 +00:00 committed by Gerrit Code Review
commit 80d2f6b362
2 changed files with 0 additions and 6 deletions

View File

@ -63,8 +63,3 @@ const (
FlagUsername = "username"
FlagCurrent = "current"
)
// Constants related to filesystem
const (
SiteDirectory = "site"
)

View File

@ -15,7 +15,6 @@ import (
const (
AirshipRemoteTypeRedfish string = "redfish"
AirshipHostKind string = "BareMetalHost"
)
// Interface to be implemented by remoteDirect implementation