]> www.ginac.de Git - ginac.git/blobdiff - ginac/lorentzidx.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / lorentzidx.h
index 3d5355b7ec3dbb53ac0896f09f2b5853dc717df1..099f36b528dc3c8edc1f7f6abcbcf79cf3702b42 100644 (file)
@@ -48,16 +48,6 @@ class lorentzidx : public idx
 
 // member functions
 
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       lorentzidx();
-       ~lorentzidx();
-       lorentzidx (const lorentzidx & other);
-       const lorentzidx & operator=(const lorentzidx & other);
-protected:
-       void copy(const lorentzidx & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        explicit lorentzidx(bool cov, bool oonly=false, unsigned dimp=0);