Skip to content

Commit

Permalink
Change OMRIlValue fields from private to protected
Browse files Browse the repository at this point in the history
Makes these fields more usable as part of an extensible class.

Signed-off-by: Mark Stoodley <[email protected]>
  • Loading branch information
mstoodle committed May 1, 2018
1 parent 3a5313b commit ac3df52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/ilgen/OMRIlValue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ class IlValue
*/
void storeToAuto();

private:

/**
* @brief identifying number for values guaranteed to be unique per MethodBuilder
*/
Expand Down

0 comments on commit ac3df52

Please sign in to comment.