mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-05 15:55:24 -04:00
Remove dead code (#373)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
4cbec82edf
commit
c05b22f1dc
5 changed files with 3 additions and 12 deletions
|
@ -33,7 +33,7 @@ func NewTerminator() *Terminator {
|
|||
}
|
||||
}
|
||||
|
||||
// Terminate deletes the could provider resources defined in the constellation state.
|
||||
// Terminate deletes the could provider resources.
|
||||
func (t *Terminator) Terminate(ctx context.Context, provider cloudprovider.Provider) (retErr error) {
|
||||
if provider == cloudprovider.Unknown {
|
||||
return errors.New("unknown cloud provider")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue