Skip to content

Commit

Permalink
fix: remove unused value
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Aug 4, 2023
1 parent 9b6a0c5 commit 8f1a2af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/encoding/asn1/asn1.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
// Common errors
var (
ErrEarlyEOF = asn1.SyntaxError{Msg: "early EOF"}
ErrInvalidBERData = asn1.StructuralError{Msg: "invalid BER data"}
ErrTrailingData = asn1.SyntaxError{Msg: "trailing data"}
ErrUnsupportedLength = asn1.StructuralError{Msg: "length method not supported"}
ErrUnsupportedIndefinedLength = asn1.StructuralError{Msg: "indefinite length not supported"}
Expand Down

0 comments on commit 8f1a2af

Please sign in to comment.