remove a unused type SecureJSONPrefix (#2391)
This commit is contained in:
@ -41,9 +41,6 @@ type AsciiJSON struct {
|
||||
Data interface{}
|
||||
}
|
||||
|
||||
// SecureJSONPrefix is a string which represents SecureJSON prefix.
|
||||
type SecureJSONPrefix string
|
||||
|
||||
// PureJSON contains the given interface object.
|
||||
type PureJSON struct {
|
||||
Data interface{}
|
||||
|
Reference in New Issue
Block a user