Remove GCP non CVMs

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-04-29 16:27:03 +02:00 committed by Daniel Weiße
parent 3b49b1453e
commit 10e9faab10
9 changed files with 6 additions and 125 deletions

View file

@ -51,12 +51,3 @@ type QEMU struct{}
func (QEMU) OID() asn1.ObjectIdentifier {
return asn1.ObjectIdentifier{1, 3, 9900, 5}
}
// GCPNonCVM returns the GCP OID for non CVMs.
// TODO: Remove once we no longer use non cvms.
type GCPNonCVM struct{}
// OID returns the struct's object identifier.
func (GCPNonCVM) OID() asn1.ObjectIdentifier {
return asn1.ObjectIdentifier{1, 3, 9900, 99}
}