From 9a350308932e1b6e3410aad081734775579d6168 Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 7 Feb 2018 22:52:40 -0800 Subject: [PATCH] Removing an unused variable. (#1576) --- src/theory/arith/nonlinear_extension.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/theory/arith/nonlinear_extension.cpp b/src/theory/arith/nonlinear_extension.cpp index 1522708d9..e8f8b9fa5 100644 --- a/src/theory/arith/nonlinear_extension.cpp +++ b/src/theory/arith/nonlinear_extension.cpp @@ -3274,8 +3274,6 @@ std::vector NonlinearExtension::checkTranscendentalTangentPlanes() // Figure 3: P_l, P_u // mapped to for signs of c std::map poly_approx_bounds[2]; - std::map - poly_approx_bounds_neg[2]; // the negative case is different for exp // n is the Taylor degree we are currently considering unsigned n = 2 * d_taylor_degree; // n must be even -- 2.30.2