]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / clifford.h
index e7b05f532208c567f24aa10c3017ebb0e326d1c3..2d02ebcb8df7a4c6bc3db1d12c0fb34ca00aeae2 100644 (file)
@@ -42,18 +42,6 @@ class clifford : public lortensor
 
        friend clifford clifford_gamma(const ex & mu);
 
-// member functions
-
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       clifford();
-       ~clifford();
-       clifford(const clifford & other);
-       const clifford & operator=(const clifford & other);
-protected:
-       void copy(const clifford & other); 
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        clifford(const std::string & n, const ex & mu);