Removing an unused variable. (#1576)
authorTim King <taking@cs.nyu.edu>
Thu, 8 Feb 2018 06:52:40 +0000 (22:52 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2018 06:52:40 +0000 (22:52 -0800)
src/theory/arith/nonlinear_extension.cpp

index 1522708d9a30c2b5f08c88c5db08839244af3712..e8f8b9fa53b60793408c096c7c52ff6da54aac2c 100644 (file)
@@ -3274,8 +3274,6 @@ std::vector<Node> NonlinearExtension::checkTranscendentalTangentPlanes()
     // Figure 3: P_l, P_u
     // mapped to for signs of c
     std::map<int, Node> poly_approx_bounds[2];
-    std::map<int, Node>
-        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