]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / add.h
index 529f4945cf1b19241f824ccf80e04e912ba2c75d..c30034dfd282fc03eceabf73cc98117f593bf386 100644 (file)
@@ -105,11 +105,6 @@ protected:
        static unsigned precedence;
 };
 
-// global constants
-
-extern const add some_add;
-extern const std::type_info & typeid_add;
-
 // utility functions
 inline const add &ex_to_add(const ex &e)
 {