From d63cc39848a8dcbcdcdeb23a142eb6bbc01258a6 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 6 Sep 2011 13:58:00 +0200 Subject: [PATCH] Nuke unused variable --- src/bisection-simpler-example.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bisection-simpler-example.cc b/src/bisection-simpler-example.cc index b8466adc..5c126663 100644 --- a/src/bisection-simpler-example.cc +++ b/src/bisection-simpler-example.cc @@ -39,7 +39,6 @@ class SampleFunctional : public SmallFunctional<2> { }; int main() { - int dim = 2; SampleFunctional::SmallMatrix A; A[0][0] = 3; A[0][1] = 0; -- GitLab