]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.pl
Revert "Changed the parser such that it understands all defined functions"
[ginac.git] / ginac / function.pl
index 07e82e19d2578c73e6c10e3e9cf76caa6a60e797..1c6ce2972ed3e9ed4ae855c953685c4ff91a7ac4 100644 (file)
@@ -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<function_options> get_registered_functions() { return registered_functions(); };
        unsigned get_serial() const {return serial;}
        std::string get_name() const;