8004211: Remove unused dlinfo local variable in launcher code

Reviewed-by: alanb
This commit is contained in:
Shi Jun Zhang 2012-11-30 17:24:54 +08:00
parent c1126e3727
commit 4b272f6fdd

View File

@ -811,7 +811,6 @@ GetJREPath(char *path, jint pathsize, const char * arch, jboolean speculative)
jboolean
LoadJavaVM(const char *jvmpath, InvocationFunctions *ifn)
{
Dl_info dlinfo;
void *libjvm;
JLI_TraceLauncher("JVM path is %s\n", jvmpath);