Remove unused variable

This commit is contained in:
Mariano Cano 2022-09-22 11:54:21 -07:00
parent 246566a195
commit ccd93684c3

View file

@ -10,8 +10,6 @@ import (
"github.com/smallstep/certificates/errs"
)
var oidExtensionNameConstraints = []int{2, 5, 29, 30}
// ConstraintError is the typed error that will be returned if a constraint
// error is found.
type ConstraintError struct {