forked from TrueCloudLab/certificates
Remove unused variable
This commit is contained in:
parent
246566a195
commit
ccd93684c3
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ import (
|
||||||
"github.com/smallstep/certificates/errs"
|
"github.com/smallstep/certificates/errs"
|
||||||
)
|
)
|
||||||
|
|
||||||
var oidExtensionNameConstraints = []int{2, 5, 29, 30}
|
|
||||||
|
|
||||||
// ConstraintError is the typed error that will be returned if a constraint
|
// ConstraintError is the typed error that will be returned if a constraint
|
||||||
// error is found.
|
// error is found.
|
||||||
type ConstraintError struct {
|
type ConstraintError struct {
|
||||||
|
|
Loading…
Reference in a new issue