redundant method deleted
This commit is contained in:
parent
9e0e7b8bd1
commit
3c3cc37752
|
@ -165,7 +165,3 @@ func (wr *msgpackWriter) EndContainer() error {
|
||||||
wr.containers = wr.containers[:len(wr.containers)-1]
|
wr.containers = wr.containers[:len(wr.containers)-1]
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (wr *msgpackWriter) GetData() ([]byte, error) {
|
|
||||||
return nil, nil
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue