Remove unused parameter
This commit is contained in:
parent
2f4a8dfd3a
commit
3555043c04
@ -184,7 +184,7 @@ void TSymbol::dumpExtensions(TInfoSink& infoSink) const
|
|||||||
|
|
||||||
for (int i = 0; i < numExtensions; i++)
|
for (int i = 0; i < numExtensions; i++)
|
||||||
infoSink.debug << getExtensions()[i] << ",";
|
infoSink.debug << getExtensions()[i] << ",";
|
||||||
|
|
||||||
infoSink.debug << ">";
|
infoSink.debug << ">";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -229,7 +229,7 @@ void TFunction::dump(TInfoSink& infoSink, bool complete) const
|
|||||||
infoSink.debug << "\n";
|
infoSink.debug << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void TAnonMember::dump(TInfoSink& TInfoSink, bool complete) const
|
void TAnonMember::dump(TInfoSink& TInfoSink, bool) const
|
||||||
{
|
{
|
||||||
TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getName().c_str()
|
TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getName().c_str()
|
||||||
<< "\n";
|
<< "\n";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user