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
|
@ -127,7 +127,7 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
|
|||
#endif // PPC
|
||||
|
||||
public:
|
||||
TemplateInterpreterGenerator(StubQueue* _code);
|
||||
TemplateInterpreterGenerator();
|
||||
};
|
||||
|
||||
#endif // !ZERO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue