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

View File

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