From: Christian Bauer Date: Sun, 24 Aug 2003 22:56:12 +0000 (+0000) Subject: removed some obsolete functions X-Git-Tag: release_1-2-0~124 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=aea526b213d67cb25c02e232396d8595f8434859 removed some obsolete functions --- diff --git a/ginac/symbol.h b/ginac/symbol.h index 5794f46d..450a2df4 100644 --- a/ginac/symbol.h +++ b/ginac/symbol.h @@ -114,12 +114,6 @@ template<> inline bool is_exactly_a(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__