]> www.ginac.de Git - ginac.git/blobdiff - ginac/lortensor.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / lortensor.h
index 977be9840c13fd9e147858d55f822ef466f7444d..d25211fe053d9285eacfe343610d65e7fb01f56e 100644 (file)
@@ -67,16 +67,6 @@ public:
 
 // member functions
 
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       lortensor();
-       ~lortensor();
-       lortensor(const lortensor & other);
-       const lortensor & operator=(const lortensor & other);
-protected:
-       void copy(const lortensor & other);
-       void destroy(bool call_parent);
-
        // other constructors
 protected:
        lortensor(lortensor_types const lt, const std::string & n);