Skip to content

Commit

Permalink
Merge pull request #4825 from gacholio/win
Browse files Browse the repository at this point in the history
Fix windows compile error
  • Loading branch information
gacholio authored Feb 21, 2019
2 parents 1750e04 + 5bcac59 commit 8f6afb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/util/hshelp.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ fixSubclassHierarchy(J9VMThread * currentThread, J9HashTable * classPairs)
for (i = 0; i < classCount; ++i) {
J9Class * replacementClass;
J9Class * superclass;
J9Class * nextLink;

if (array[i]->replacementClass.ramClass) {
replacementClass = array[i]->replacementClass.ramClass;
Expand Down

0 comments on commit 8f6afb3

Please sign in to comment.