summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-09-04 16:13:01 -0300
committerGitHub <noreply@github.com>2020-09-04 14:13:01 -0500
commit9b61eff37935cd0fa29b4c8c59a9648e7621f753 (patch)
tree8721cf02b9be4d2a5b0ec4916395123f1823b1b6
parent21e1d2b6441f85a9776310779ebc6ad9e13f5b45 (diff)
Fix non-lib-poly-build issues (#5028)
-rw-r--r--src/theory/arith/nl/cad_solver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/arith/nl/cad_solver.cpp b/src/theory/arith/nl/cad_solver.cpp
index 416de1c5a..657e0db99 100644
--- a/src/theory/arith/nl/cad_solver.cpp
+++ b/src/theory/arith/nl/cad_solver.cpp
@@ -89,7 +89,6 @@ void CadSolver::checkFull()
Warning() << "Tried to use CadSolver but libpoly is not available. Compile "
"with --poly."
<< std::endl;
- return {};
#endif
}
@@ -135,7 +134,6 @@ void CadSolver::checkPartial()
Warning() << "Tried to use CadSolver but libpoly is not available. Compile "
"with --poly."
<< std::endl;
- return {};
#endif
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback