Skip to content

Commit

Permalink
Merge pull request #1614 from alrs/prune-produce-reponse
Browse files Browse the repository at this point in the history
produce_response.go: Remove Unused Functions
  • Loading branch information
d1egoaz authored Feb 13, 2020
2 parents 6fb86a4 + 1c8ddd9 commit 5885bb2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions produce_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,6 @@ func (r *ProduceResponse) encode(pe packetEncoder) error {
return nil
}

func (r *ProduceResponse) key() int16 {
return 0
}

func (r *ProduceResponse) version() int16 {
return r.Version
}

func (r *ProduceResponse) GetBlock(topic string, partition int32) *ProduceResponseBlock {
if r.Blocks == nil {
return nil
Expand Down

0 comments on commit 5885bb2

Please sign in to comment.