Skip to content

Commit

Permalink
dev: conformance: remove useless variable declaration - merge conform…
Browse files Browse the repository at this point in the history
…ance: remove useless variable declaration from golang/protobuf
  • Loading branch information
awalterschulze committed Apr 8, 2018
1 parent 60491a7 commit 90d0c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conformance/conformance.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func handle(req *pb.ConformanceRequest) *pb.ConformanceResponse {
}
switch req.RequestedOutputFormat {
case pb.WireFormat_PROTOBUF:
var p []byte
p, err := proto.Marshal(&msg)
if err != nil {
return &pb.ConformanceResponse{
Expand Down

0 comments on commit 90d0c2a

Please sign in to comment.