]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / mul.h
index af6826f9c0b1af7eeef466156090101a90137aae..78954963711ca18c521078b7329b4cb646cc1935 100644 (file)
@@ -112,11 +112,6 @@ protected:
        static unsigned precedence;
 };
 
-// global constants
-
-extern const mul some_mul;
-extern const std::type_info & typeid_mul;
-
 // utility functions
 inline const mul &ex_to_mul(const ex &e)
 {