Skip to content

Commit 8835ad8

Browse files
Apply review comments
1 parent a4d8a5b commit 8835ad8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

marshal.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,6 @@ func writeUnsignedVInt(buf *bytes.Buffer, v uint64) {
18471847
return
18481848
}
18491849

1850-
numBytes = computeUnsignedVIntSize(v)
18511850
extraBytes := numBytes - 1
18521851
var tmp = make([]byte, numBytes)
18531852
for i := extraBytes; i >= 0; i-- {

0 commit comments

Comments
 (0)