mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
warnings: commented out unused parameter name.
This commit is contained in:
parent
4d480438b9
commit
7279428cf8
@ -130,7 +130,7 @@ namespace ICG {
|
||||
|
||||
ICodeModule *complete();
|
||||
|
||||
Register allocateVariable(StringAtom &name)
|
||||
Register allocateVariable(StringAtom& /*name*/)
|
||||
{ Register result = getRegister(); registerBase = topRegister; return result; }
|
||||
|
||||
Formatter& print(Formatter& f);
|
||||
|
@ -130,7 +130,7 @@ namespace ICG {
|
||||
|
||||
ICodeModule *complete();
|
||||
|
||||
Register allocateVariable(StringAtom &name)
|
||||
Register allocateVariable(StringAtom& /*name*/)
|
||||
{ Register result = getRegister(); registerBase = topRegister; return result; }
|
||||
|
||||
Formatter& print(Formatter& f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user