Skip to content

Commit a8ed0d0

Browse files
committed
Remove unused variable
1 parent d716b35 commit a8ed0d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Serializers.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ static inline void writeUnsignedVarInt(unsigned char*& buffer, size_t& length, s
272272
const auto TYPE_BITS = sizeof(TValue) * CHAR_BIT;
273273

274274
extendBuffer(buffer, length, offset, VarIntConstants::MAX_BYTES<TYPE_BITS>);
275-
char result[VarIntConstants::MAX_BYTES<TYPE_BITS>];
276275

277276
TValue remaining = value;
278277

0 commit comments

Comments
 (0)