Skip to content

Commit

Permalink
Remove accidental duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 30, 2015
1 parent 07ff9ef commit 2cd3570
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ public void putNewKey(
throw new IllegalStateException("BytesToBytesMap has reached maximum capacity");
}

size++;
bitset.set(pos);

// Here, we'll copy the data into our data pages. Because we only store a relative offset from
// the key address instead of storing the absolute address of the value, the key and value
// must be stored in the same memory page.
Expand Down

0 comments on commit 2cd3570

Please sign in to comment.