From aea526b213d67cb25c02e232396d8595f8434859 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Sun, 24 Aug 2003 22:56:12 +0000 Subject: [PATCH] removed some obsolete functions --- ginac/symbol.h | 6 ------ 1 file changed, 6 deletions(-) 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__ -- 2.49.0