Skip to content

Commit ab4d54c

Browse files
committed
Get rid of unused variable
1 parent 354c5af commit ab4d54c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

deps/glslang/glslang/glslang/MachineIndependent/Intermediate.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,6 @@ TIntermTyped* TIntermediate::addShapeConversion(const TType& type, TIntermTyped*
11911191
const int matSize = type.getMatrixRows() * type.getMatrixCols();
11921192
TIntermAggregate* rhsAggregate = new TIntermAggregate();
11931193

1194-
const bool isSimple = (node->getAsSymbolNode() != NULL) || (node->getAsConstantUnion() != NULL);
1195-
11961194
for (int x=0; x<matSize; ++x)
11971195
rhsAggregate->getSequence().push_back(node);
11981196

0 commit comments

Comments
 (0)