]> www.ginac.de Git - ginac.git/blobdiff - ginac/coloridx.cpp
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / coloridx.cpp
index b9568a85d376ee422cc9b2e320c3ec2892567a37..221e86b6aeaf261e995d7fb823b25131a8bf81cf 100644 (file)
@@ -47,28 +47,6 @@ coloridx::coloridx()
        tinfo_key=TINFO_coloridx;
 }
 
-coloridx::~coloridx() 
-{
-       debugmsg("coloridx destructor",LOGLEVEL_DESTRUCT);
-       destroy(false);
-}
-
-coloridx::coloridx(const coloridx & other)
-{
-       debugmsg("coloridx copy constructor",LOGLEVEL_CONSTRUCT);
-       copy(other);
-}
-
-const coloridx & coloridx::operator=(const coloridx & other)
-{
-       debugmsg("coloridx operator=",LOGLEVEL_ASSIGNMENT);
-       if (this != &other) {
-               destroy(true);
-               copy(other);
-       }
-       return *this;
-}
-
 // protected
 
 void coloridx::copy(const coloridx & other)