]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.cpp
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / numeric.cpp
index 024a846a6e6bc0264037b8675baa84c0a33477c9..32bb7fb2295b376e8b362aa4020b8c2923a51d73 100644 (file)
@@ -1250,8 +1250,6 @@ unsigned numeric::precedence = 30;
 // global constants
 //////////
 
-const numeric some_numeric;
-const std::type_info & typeid_numeric = typeid(some_numeric);
 /** Imaginary unit.  This is not a constant but a numeric since we are
  *  natively handing complex numbers anyways. */
 const numeric I = numeric(cln::complex(cln::cl_I(0),cln::cl_I(1)));