Remove unnecessary Byteser interface

This commit is contained in:
Jae Kwon 2018-01-24 15:13:39 -08:00 committed by Anton Kaliaev
parent c75298e359
commit b95cac5f4f
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,3 @@ type Tree interface {
type Hasher interface {
Hash() []byte
}
type Byteser interface {
Bytes() []byte
}