mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 02:28:48 -04:00
Remove GCP non CVMs
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3b49b1453e
commit
10e9faab10
9 changed files with 6 additions and 125 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue