]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / relational.h
index 85d9db1dc40c024edade64f8daca588e35c4c87b..5a9fe443164d9d9120210905ad1b665e2cd22e47 100644 (file)
@@ -47,18 +47,6 @@ public:
                greater_or_equal
        };
        
-// member functions
-
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       relational();
-       ~relational();
-       relational(const relational & other);
-       const relational & operator=(const relational & other);
-protected:
-       void copy(const relational & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        relational(const ex & lhs, const ex & rhs, operators oper=equal);