From 9b61eff37935cd0fa29b4c8c59a9648e7621f753 Mon Sep 17 00:00:00 2001 From: Haniel Barbosa Date: Fri, 4 Sep 2020 16:13:01 -0300 Subject: [PATCH] Fix non-lib-poly-build issues (#5028) --- src/theory/arith/nl/cad_solver.cpp | 2 -- 1 file changed, 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 } -- 2.30.2