Kill unused variables

release/4.3a0
cbeall3 2014-10-24 13:01:30 -04:00
parent eeb0293f27
commit 1dec2c230c
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ using namespace gtsam;
static Rot3 R = Rot3::rodriguez(0.1, 0.4, 0.2); static Rot3 R = Rot3::rodriguez(0.1, 0.4, 0.2);
static Point3 P(0.2, 0.7, -2.0); static Point3 P(0.2, 0.7, -2.0);
static double error = 1e-9, epsilon = 0.001;
static const Matrix I3 = eye(3); static const Matrix I3 = eye(3);
/* ************************************************************************* */ /* ************************************************************************* */