HBASE-9511 LZ4 codec retrieval executes redundant code

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ndimiduk 2013-09-23 22:23:55 +00:00
parent 527b15e101
commit 3c986c4c67
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ public final class Compression {
lz4Codec = buildCodec(conf);
}
}
buildCodec(conf);
}
return lz4Codec;
}