Get rid of unused variable

This commit is contained in:
libretroadmin 2024-05-23 07:31:25 +02:00
parent 354c5afab4
commit ab4d54cb70

View File

@ -1191,8 +1191,6 @@ TIntermTyped* TIntermediate::addShapeConversion(const TType& type, TIntermTyped*
const int matSize = type.getMatrixRows() * type.getMatrixCols();
TIntermAggregate* rhsAggregate = new TIntermAggregate();
const bool isSimple = (node->getAsSymbolNode() != NULL) || (node->getAsConstantUnion() != NULL);
for (int x=0; x<matSize; ++x)
rhsAggregate->getSequence().push_back(node);