code cleanups
This commit is contained in:
parent
1020b321ce
commit
74bb715689
|
@ -29,9 +29,8 @@ import org.elasticsearch.common.logging.Loggers;
|
|||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* java mapping to some libc functions
|
||||
*/
|
||||
final class JNACLibrary {
|
||||
|
||||
|
@ -70,8 +69,4 @@ final class JNACLibrary {
|
|||
|
||||
private JNACLibrary() {
|
||||
}
|
||||
|
||||
public static void main(String args[]) throws Exception {
|
||||
JNANatives.tryMlockall();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,8 +26,6 @@ import org.elasticsearch.common.logging.ESLogger;
|
|||
import org.elasticsearch.common.logging.Loggers;
|
||||
import org.elasticsearch.monitor.jvm.JvmInfo;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
import static org.elasticsearch.bootstrap.JNAKernel32Library.SizeT;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue