mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
remove some unnecessary code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user