Skip to content

Commit 6b6bb70

Browse files
xguptaxgupta
authored andcommitted
removed assertion from Simplex.cpp as per review
1 parent 9143422 commit 6b6bb70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Analysis/Presburger/Simplex.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Simplex::Unknown &SimplexBase::unknownFromRow(unsigned row) {
106106

107107
unsigned SimplexBase::addZeroRow(bool makeRestricted) {
108108
// Resize the tableau to accommodate the extra row.
109-
unsigned oldNumRows = getNumRows();
110109
unsigned newRow = tableau.appendExtraRow();
111110
rowUnknown.emplace_back(~con.size());
112111
con.emplace_back(Orientation::Row, makeRestricted, newRow);

0 commit comments

Comments
 (0)