]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / ncmul.h
index a604eead140b3ee536e76622cc181955dedc8e7d..a4a77eb027e5423becdf5aff1f7dd437336ec38c 100644 (file)
@@ -40,16 +40,6 @@ class ncmul : public exprseq
 
 // member functions
 
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       ncmul();
-       ~ncmul();
-       ncmul(const ncmul & other);
-       const ncmul & operator=(const ncmul & other);
-protected:
-       void copy(const ncmul & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        ncmul(const ex & lh, const ex & rh);