]> www.ginac.de Git - ginac.git/commitdiff
* Remove some cruft.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 16 Jun 2001 20:13:15 +0000 (20:13 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 16 Jun 2001 20:13:15 +0000 (20:13 +0000)
ginac/function.pl

index 6854638b82fdb372c6b99c15fc7fc73780921c30..a529f20e92bb413d9d816b4b4ad3322785d9e6c9 100755 (executable)
@@ -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;