Skip to content
Snippets Groups Projects
Commit a306834c authored by Jan Trávníček's avatar Jan Trávníček
Browse files

remove unused variables

parent 7fb87e24
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,6 @@ void RegExpTest::testOrder() {
regexp::RegExp eps1(e2);
regexp::RegExp sym1(s1);
 
bool tmp = alt1 < emp1;
bool tmp2 = emp1 < alt1;
CPPUNIT_EXCLUSIVE_OR(alt1 < con1, con1 < alt1);
CPPUNIT_EXCLUSIVE_OR(alt1 < ite1, ite1 < alt1);
CPPUNIT_EXCLUSIVE_OR(alt1 < emp1, emp1 < alt1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment