Remove the TODO comment in SnappyLoader

This commit is contained in:
Takeshi YAMAMURO 2016-04-02 15:03:23 +09:00
parent ba55390f79
commit 7a96d1fee9
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ public class SnappyLoader
private static volatile boolean isLoaded = false; private static volatile boolean isLoaded = false;
private static volatile SnappyNative snappyApi = null; private static volatile SnappyNative snappyApi = null;
// TODO: Do we need a separate loader for [[BitShuffleNative]]?
private static volatile BitShuffleNative bitshuffleApi = null; private static volatile BitShuffleNative bitshuffleApi = null;
private static File nativeLibFile = null; private static File nativeLibFile = null;