diff --git a/pkg/account/accounts.go b/pkg/account/accounts.go index a9c997a9cc..19df2cf85c 100644 --- a/pkg/account/accounts.go +++ b/pkg/account/accounts.go @@ -25,9 +25,3 @@ type Manager interface { // List all records List() ([]*proto.Record, error) } - -// Record is an entry in the account storage -type Record struct { - Key string - Value []byte -}