From 0bbe6daf6e9b827e31c1a2d45a0ff6d8db9087d5 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 9 Jul 2012 20:53:09 +0000 Subject: [PATCH] Removed incorrect constructor left in from test --- gtsam.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gtsam.h b/gtsam.h index c57f32263..fcebf8fd2 100644 --- a/gtsam.h +++ b/gtsam.h @@ -79,7 +79,6 @@ namespace gtsam { virtual class Value { // No constructors because this is an abstract class - Value(const gtsam::Value& rhs); // Testable void print(string s) const;