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