HBASE-9442 HLogKey(walKey) constructor needs to be removed (Roman Shaposhnik)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1520450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-09-05 22:56:48 +00:00
parent efffa5714e
commit 67dc0b1631
1 changed files with 0 additions and 8 deletions

View File

@ -159,14 +159,6 @@ public class HLogKey implements WritableComparable<HLogKey> {
this.tablename = tablename; this.tablename = tablename;
} }
/**
* Create HLogKey wrapper around protobuf WAL key; takes care of compression.
* @throws IOException Never, as the compression is not enabled.
*/
public HLogKey(WALKey walKey) throws IOException {
readFieldsFromPb(walKey, null);
}
/** /**
* @param compressionContext Compression context to use * @param compressionContext Compression context to use
*/ */