]> www.ginac.de Git - ginac.git/blobdiff - ginac/constant.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / constant.h
index 70b2816e35a2885f58c3c639577af9b94ae60a5b..0c9394f88c24eea75e4ab4b749b639a44709d0bc 100644 (file)
@@ -42,16 +42,6 @@ class constant : public basic
 
 // member functions
 
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       constant();
-       ~constant();
-       constant(const constant & other);
-       // const constant & operator=(const constant & other); /* it's pervert! */
-protected:
-       void copy(const constant & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        constant(const std::string & initname, evalffunctype efun=0);