X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffunction.pl;h=1c6ce2972ed3e9ed4ae855c953685c4ff91a7ac4;hp=07e82e19d2578c73e6c10e3e9cf76caa6a60e797;hb=3aec0ba298693329c1194e547043fef1a78b1b0d;hpb=f5abf61d2cb1a1d1809d270a24fa098575b172c4 diff --git a/ginac/function.pl b/ginac/function.pl index 07e82e19..1c6ce297 100644 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -536,7 +536,6 @@ public: static unsigned register_new(function_options const & opt); static unsigned current_serial; static unsigned find_function(const std::string &name, unsigned nparams); - static std::vector get_registered_functions() { return registered_functions(); }; unsigned get_serial() const {return serial;} std::string get_name() const;