]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.cpp
Wipe out remnants of custom RTTI.
[ginac.git] / ginac / relational.cpp
index f3329f98824edc92dd6c3fd6739abb0b83353d0d..b59f7ab37981e662a33a0a18a27e512142268528 100644 (file)
@@ -40,7 +40,7 @@ GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(relational, basic,
 // default constructor
 //////////
 
-relational::relational() : basic(&relational::tinfo_static) {}
+relational::relational() }
 
 //////////
 // other constructors
@@ -48,7 +48,8 @@ relational::relational() : basic(&relational::tinfo_static) {}
 
 // public
 
-relational::relational(const ex & lhs, const ex & rhs, operators oper) : basic(&relational::tinfo_static), lh(lhs), rh(rhs), o(oper) {}
+relational::relational(const ex & lhs, const ex & rhs, operators oper) :
+       lh(lhs), rh(rhs), o(oper) { }
 
 //////////
 // archiving