Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed May 19, 2017
1 parent af61750 commit 92fcf24
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -998,7 +998,6 @@ private class SingleWriter implements Writer<KEY,VALUE>
private final InternalTreeLogic<KEY,VALUE> treeLogic;
private final StructurePropagation<KEY> structurePropagation;
private PageCursor cursor;
private Lock sessionLock;

// Writer can't live past a checkpoint because of the mutex with checkpoint,
// therefore safe to locally cache these generation fields from the volatile generation in the tree
Expand Down

0 comments on commit 92fcf24

Please sign in to comment.