Removed unused Dynamic from matlab namespace - clashing with Eigen

This commit is contained in:
hbristow 2013-09-06 15:26:05 +10:00
parent 7e5bbec895
commit 6964f6aacc

View File

@ -107,7 +107,6 @@ static void error(const std::string& str) {
// ----------------------------------------------------------------------------
class DefaultTraits {};
class InheritType {};
static const int Dynamic = -1;
template<typename _Tp = DefaultTraits> class Traits {
public: