]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / pseries.h
index fbff5135720fcbc84622b7fb1216695da8428cc1..0b0d92f1fb7466cc6a0840879e9bb93a25e1db5b 100644 (file)
@@ -98,10 +98,6 @@ protected:
        static unsigned precedence;
 };
 
-// global constants
-extern const pseries some_pseries;
-extern const std::type_info & typeid_pseries;
-
 /** Return a reference to the pseries object embedded in an expression.
  *  The result is undefined if the expression does not contain a pseries
  *  object at its top level.