take out SymbolSpec

release/4.3a0
Yong-Dian Jian 2010-12-04 19:23:10 +00:00
parent 23f57ea22a
commit 4c8d65a069
1 changed files with 0 additions and 9 deletions

View File

@ -355,14 +355,5 @@ private:
}
};
struct SymbolSpec: public std::vector<Symbol> {
public:
typedef std::vector<Symbol> Base;
typedef boost::shared_ptr<SymbolSpec> shared_ptr;
SymbolSpec(const size_t n) :
Base(n) {
}
};
} // namespace gtsam