]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / pseries.h
index 0b0d92f1fb7466cc6a0840879e9bb93a25e1db5b..14b011af6af401b09ca558f55763697e2aaa1f4f 100644 (file)
@@ -38,16 +38,6 @@ class pseries : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(pseries, basic)
 
-       // default constructor, destructor, copy constructor, assignment operator and helpers
-public:
-       pseries();
-       ~pseries();
-       pseries(const pseries &other);
-       const pseries &operator=(const pseries &other);
-protected:
-       void copy(const pseries &other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        pseries(const ex &rel_, const epvector &ops_);