Remove useless semicolons
This commit is contained in:
parent
fe82779952
commit
c81b34fb24
4 changed files with 5 additions and 5 deletions
|
|
@ -9214,7 +9214,7 @@ void TParseContext::addQualifierToExisting(const TSourceLoc& loc, TQualifier qua
|
|||
// TParseContext::declareBlock.
|
||||
if (!symbol && qualifier.hasBufferReference()) {
|
||||
TTypeList typeList;
|
||||
TType blockType(&typeList, identifier, qualifier);;
|
||||
TType blockType(&typeList, identifier, qualifier);
|
||||
TType blockNameType(EbtReference, blockType, identifier);
|
||||
TVariable* blockNameVar = new TVariable(&identifier, blockNameType, true);
|
||||
if (! symbolTable.insert(*blockNameVar)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue