Skip to content

Commit

Permalink
Remove unused error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Oct 19, 2024
1 parent 975470c commit ed8ce3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/enclave/attester.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed8ce3d

Please sign in to comment.