remove unused struct

This commit is contained in:
A.Unger
2020-04-14 19:35:27 +02:00
parent af5d0d3bab
commit 48c2b7eed5

View File

@@ -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
}