X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fsymbol.h;h=b4d31f6f4da7ceb0a23ecdefc55285c6c9f77ecb;hp=fb4b99e1588c8e9c8a258038451ddfdbd97752f4;hb=a1e4e0695394a4085ceb1e74b367287eab11bd6b;hpb=d448856f20cb58f939ddbf636e7f72e3599b1468 diff --git a/ginac/symbol.h b/ginac/symbol.h index fb4b99e1..b4d31f6f 100644 --- a/ginac/symbol.h +++ b/ginac/symbol.h @@ -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);