]> www.ginac.de Git - ginac.git/commitdiff
removed some obsolete functions
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Sun, 24 Aug 2003 22:56:12 +0000 (22:56 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Sun, 24 Aug 2003 22:56:12 +0000 (22:56 +0000)
ginac/symbol.h

index 5794f46da80ac435b591c713776a588f783d92ea..450a2df43deac6dec1f710e96662eec91ae4bc3b 100644 (file)
@@ -114,12 +114,6 @@ template<> inline bool is_exactly_a<symbol>(const basic & obj)
 inline void unassign(symbol & symarg)
 { symarg.unassign(); }
 
-inline int degree(const symbol & a, const ex & s)
-{ return a.degree(s); }
-
-inline int ldegree(const symbol & a, const ex & s)
-{ return a.ldegree(s); }
-
 } // namespace GiNaC
 
 #endif // ndef __GINAC_SYMBOL_H__