]> www.ginac.de Git - ginac.git/blobdiff - ginac/tensor.h
Wipe out remnants of custom RTTI.
[ginac.git] / ginac / tensor.h
index daf869e67f98140d93665f3258c6640d9bb77c54..37deaa5b968490d6b174465486c35ba7fe11fc62 100644 (file)
@@ -35,10 +35,6 @@ class tensor : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(tensor, basic)
 
-       // other constructors
-protected:
-       tensor(tinfo_t ti) : inherited(ti) {}
-
        // functions overriding virtual functions from base classes
 protected:
        unsigned return_type() const { return return_types::noncommutative_composite; }