]> www.ginac.de Git - ginac.git/blobdiff - ginac/idx.h
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / idx.h
index 88492c08e31adfca4adcf29ff8a13574a7e5a510..8b991ac1ffad1ef843863c14c2e153ad432a2915 100644 (file)
@@ -102,11 +102,6 @@ protected:
        bool covariant;   /**< x_mu, default is contravariant: x~mu */
 };
 
-// global constants
-
-extern const idx some_idx;
-extern const std::type_info & typeid_idx;
-
 // utility functions
 inline const idx &ex_to_idx(const ex &e)
 {