8293340: Remove unused _code in {Zero,Template}InterpreterGenerator

Reviewed-by: jiefu, shade
This commit is contained in:
bobpengxie 2022-09-06 09:39:17 +00:00 committed by Jie Fu
parent 26f2a978f6
commit 272745b374
8 changed files with 10 additions and 10 deletions

View file

@ -295,7 +295,7 @@ class AbstractInterpreterGenerator: public StackObj {
InterpreterMacroAssembler* _masm;
public:
AbstractInterpreterGenerator(StubQueue* _code);
AbstractInterpreterGenerator();
};
#endif // SHARE_INTERPRETER_ABSTRACTINTERPRETER_HPP