Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Change-Id: I2ca87b9e944ce9613f63cee7af81f5556a67b5e8
  • Loading branch information
wesm committed Jan 20, 2017
1 parent 664d5be commit e3af434
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ public static ArrowRecordBatch deserializeRecordBatch(ReadChannel in,
*/
public static ArrowRecordBatch deserializeRecordBatch(ReadChannel in, ArrowBlock block,
BufferAllocator alloc) throws IOException {
long readPosition = in.getCurrentPositiion();

// Metadata length contains integer prefix plus byte padding
long totalLen = block.getMetadataLength() + block.getBodyLength();

Expand Down

0 comments on commit e3af434

Please sign in to comment.