Skip to content

Commit 2caa363

Browse files
mebigfatguyerh
authored andcommitted
remove unused array field
1 parent 7c903fa commit 2caa363

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/org/bson/BSONDecoder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ String readUTF8String()
467467
private Input _in;
468468
private BSONCallback _callback;
469469
private byte[] _random = new byte[1024]; // has to be used within a single function
470-
private char[] _shortChar = new char[1024];
471470
private byte[] _inputBuffer = new byte[1024];
472471

473472
private PoolOutputBuffer _stringBuffer = new PoolOutputBuffer();

0 commit comments

Comments
 (0)