Skip to content

Commit

Permalink
Remove SCT.LockCol
Browse files Browse the repository at this point in the history
This struct member is never referenced anywhere.
  • Loading branch information
aarongable committed Feb 12, 2021
1 parent f13b8db commit 95d1882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ type SignedCertificateTimestamp struct {

// The serial of the certificate this SCT is for
CertificateSerial string `db:"certificateSerial"`

LockCol int64
}

// FQDNSet contains the SHA256 hash of the lowercased, comma joined dNSNames
Expand Down

0 comments on commit 95d1882

Please sign in to comment.