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

@ -127,7 +127,7 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
#endif // PPC
public:
TemplateInterpreterGenerator(StubQueue* _code);
TemplateInterpreterGenerator();
};
#endif // !ZERO