remove some unnecessary code

This commit is contained in:
DarthArgus
2016-02-07 23:26:14 -06:00
parent 93652cc857
commit 577e5b5b06
@@ -1101,13 +1101,6 @@ void JavaLibrary::initializeJavaThread()
setenv("LD_LIBRARY_PATH", tmpbuffer, 1);
delete [] tmpbuffer;
}
// check if LD_ASSUME_KERNEL is defined
env = getenv("LD_ASSUME_KERNEL");
if (env == NULL || strcmp(env, "2.4.1") != 0)
{
// WARNING(true, ("LD_ASSUME_KERNEL=2.4.1 not set, Java may not run correctly"));
}
}
#endif // linux