Remove the TODO comment in SnappyLoader
This commit is contained in:
parent
ba55390f79
commit
7a96d1fee9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue