redundant method deleted

This commit is contained in:
Pavel Merzlyakov 2023-06-16 13:58:20 +03:00
parent 9e0e7b8bd1
commit 3c3cc37752
1 changed files with 0 additions and 4 deletions

View File

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