From c1a23c57c6eb64153f26ca0ff269542906e1fe42 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 16 Jun 2001 20:13:15 +0000 Subject: [PATCH] * Remove some cruft. --- ginac/function.pl | 8 -------- 1 file changed, 8 deletions(-) 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; -- 2.44.0