Got rid of straggling typedefs

release/4.3a0
Frank Dellaert 2021-11-20 16:34:44 -05:00
parent 9fe6d23d9f
commit 8206d8d09d
3 changed files with 0 additions and 3 deletions

View File

@ -45,7 +45,6 @@ public:
/** A map from keys to values..
* TODO: Again, do we need this??? */
typedef Assignment<Key> Values;
typedef boost::shared_ptr<Values> sharedValues;
/// @name Standard Constructors
/// @{

View File

@ -74,7 +74,6 @@ public:
/** A map from keys to values */
typedef KeyVector Indices;
typedef Assignment<Key> Values;
typedef boost::shared_ptr<Values> sharedValues;
/** Default constructor */
DiscreteFactorGraph() {}

View File

@ -22,7 +22,6 @@ class GTSAM_UNSTABLE_EXPORT CSP : public DiscreteFactorGraph {
public:
/** A map from keys to values */
typedef Assignment<Key> Values;
typedef boost::shared_ptr<Values> sharedValues;
public:
/// Add a unary constraint, allowing only a single value