Skip to content

Commit

Permalink
merged in golang/protobuf commit 174d6485739eaf75cf9e95bced798a781170…
Browse files Browse the repository at this point in the history
…e7ce - proto: remove commented-out code
  • Loading branch information
jmarais committed Dec 30, 2018
1 parent ec905a6 commit bce591d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func (p *Buffer) DecodeVarint() (x uint64, err error) {
if b&0x80 == 0 {
goto done
}
// x -= 0x80 << 63 // Always zero.

return 0, errOverflow

Expand Down

0 comments on commit bce591d

Please sign in to comment.