HBASE-17815 Remove the unused field in PrefixTreeSeeker

This commit is contained in:
Chia-Ping Tsai 2017-03-22 01:37:58 +08:00
parent 941070939f
commit f2d1b8db89
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ import org.apache.hadoop.hbase.util.ClassSize;
@InterfaceAudience.Private
public class PrefixTreeSeeker implements EncodedSeeker {
protected ByteBuffer block;
protected boolean includeMvccVersion;
protected PrefixTreeArraySearcher ptSearcher;