Skip to content

Commit

Permalink
Merge pull request #3090 from fjeremic/fix-3060
Browse files Browse the repository at this point in the history
Remove unused stringClass variable
  • Loading branch information
gacholio authored Oct 1, 2018
2 parents c48175d + 3b58a69 commit 0ad0dd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/jcl/common/mgmtgc.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ Java_com_ibm_lang_management_internal_ExtendedGarbageCollectorMXBeanImpl_getLast
jclass gcBean = NULL;
jmethodID callBackID = NULL;

jclass stringClass = NULL;
U_32 idx = 0;
jlongArray initialArray = NULL;
jlongArray preUsedArray = NULL;
Expand Down Expand Up @@ -139,7 +138,6 @@ Java_com_ibm_lang_management_internal_ExtendedGarbageCollectorMXBeanImpl_getLast
if (!initializeJavaLangStringIDCache(env)) {
goto fail;
}
stringClass = JCL_CACHE_GET(env, CLS_java_lang_String);

callBackID = JCL_CACHE_GET(env, MID_com_ibm_lang_management_internal_ExtendedGarbageCollectorMXBeanImpl_buildGcInfo);
if (NULL == callBackID) {
Expand Down

0 comments on commit 0ad0dd9

Please sign in to comment.