]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.h
* Mention it's configure.ac now, not configure.in.
[ginac.git] / ginac / symbol.h
index fb4b99e1588c8e9c8a258038451ddfdbd97752f4..b4d31f6f4da7ceb0a23ecdefc55285c6c9f77ecb 100644 (file)
@@ -52,14 +52,10 @@ class symbol : public basic
        
 // member functions
        
-       // default ctor, dtor, copy ctor assignment operator and helpers
+       // default ctor, dtor, copy ctor, assignment operator and helpers
 public:
        symbol();
-       ~symbol()
-       {
-               /*debugmsg("symbol dtor", LOGLEVEL_DESTRUCT);*/
-               destroy(false);
-       }
+       ~symbol() { destroy(false); }
        symbol(const symbol & other);
 protected:
        void copy(const symbol & other);