Skip to content

Commit

Permalink
Merge pull request #17434 from keithc-ca/unused_variable
Browse files Browse the repository at this point in the history
Fix compile error due to unused variable
  • Loading branch information
tajila authored May 18, 2023
2 parents 7d5d62a + d2c3340 commit 3ca50dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/vm/ValueTypeHelpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ class VM_ValueTypeHelpers {
return value;
}

#if defined(J9VM_OPT_VALHALLA_FLATTENABLE_VALUE_TYPES)
/**
* Copies an array of non-primitive objects
* Handles flattened and non-flattened cases
Expand Down Expand Up @@ -661,6 +662,7 @@ class VM_ValueTypeHelpers {

return 0;
}
#endif /* defined(J9VM_OPT_VALHALLA_FLATTENABLE_VALUE_TYPES) */

};

Expand Down

0 comments on commit 3ca50dc

Please sign in to comment.