remove redundant typedef Values in ISAM2.h

release/4.3a0
Duy-Nguyen Ta 2012-02-03 06:07:31 +00:00
parent 4b2b9d8158
commit 3793ad3e0e
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@ public:
typedef BayesTree<CONDITIONAL,ISAM2Clique<CONDITIONAL> > Base; ///< The BayesTree base class
typedef ISAM2<CONDITIONAL> This; ///< This class
typedef Values Values;
typedef GRAPH Graph;
/** Create an empty ISAM2 instance */