mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8293340: Remove unused _code in {Zero,Template}InterpreterGenerator
Reviewed-by: jiefu, shade
This commit is contained in:
parent
26f2a978f6
commit
272745b374
8 changed files with 10 additions and 10 deletions
|
@ -295,7 +295,7 @@ class AbstractInterpreterGenerator: public StackObj {
|
|||
InterpreterMacroAssembler* _masm;
|
||||
|
||||
public:
|
||||
AbstractInterpreterGenerator(StubQueue* _code);
|
||||
AbstractInterpreterGenerator();
|
||||
};
|
||||
|
||||
#endif // SHARE_INTERPRETER_ABSTRACTINTERPRETER_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue