mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-14 22:01:04 +00:00
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++)
|
||||
infoSink.debug << getExtensions()[i] << ",";
|
||||
|
||||
|
||||
infoSink.debug << ">";
|
||||
}
|
||||
}
|
||||
@ -229,7 +229,7 @@ void TFunction::dump(TInfoSink& infoSink, bool complete) const
|
||||
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()
|
||||
<< "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user