From: Richard Kreckel Date: Sat, 16 Jun 2001 20:13:15 +0000 (+0000) Subject: * Remove some cruft. X-Git-Tag: release_0-9-1~35 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=c1a23c57c6eb64153f26ca0ff269542906e1fe42 * Remove some cruft. --- diff --git a/ginac/function.pl b/ginac/function.pl index 6854638b..a529f20e 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -212,14 +212,6 @@ $declare_function_macro const unsigned function_index_##NAME= \\ GiNaC::function::register_new(GiNaC::function_options(#NAME).OPT); -#define REGISTER_FUNCTION_OLD(NAME,E,EF,D,S) \\ -const unsigned function_index_##NAME= \\ - GiNaC::function::register_new(GiNaC::function_options(#NAME). \\ - eval_func(E). \\ - evalf_func(EF). \\ - derivative_func(D). \\ - series_func(S)); - #define BEGIN_TYPECHECK \\ bool automatic_typecheck=true;