Remove unnecessary Byteser interface

This commit is contained in:
Jae Kwon
2018-02-02 14:08:05 +04:00
committed by Anton Kaliaev
parent c75298e359
commit b95cac5f4f
-4
View File
@@ -21,7 +21,3 @@ type Tree interface {
type Hasher interface {
Hash() []byte
}
type Byteser interface {
Bytes() []byte
}