diff --git a/internal/enclave/attester.go b/internal/enclave/attester.go index 11480e2..84f74df 100644 --- a/internal/enclave/attester.go +++ b/internal/enclave/attester.go @@ -15,7 +15,6 @@ const ( ) var ( - errPCRMismatch = errors.New("platform configuration registers differ") errNonceMismatch = errors.New("nonce does not match") // Check at compile-time if types implement the attester interface.