code cleanups

This commit is contained in:
Robert Muir 2015-05-30 11:19:14 -04:00
parent 1020b321ce
commit 74bb715689
2 changed files with 1 additions and 8 deletions

View File

@ -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();
}
}

View File

@ -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;
/**