]> www.ginac.de Git - ginac.git/blobdiff - ginac/lorentzidx.cpp
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / lorentzidx.cpp
index ed6da8a2c65b47364bbd09efa0f3e8d82e0adef1..67e5576b8730979d6cf42874f6965488f771c987 100644 (file)
@@ -282,12 +282,6 @@ bool lorentzidx::info(unsigned inf) const
        return inherited::info(inf);
 }
 
-//////////
-// new virtual functions which can be overridden by derived classes
-//////////
-
-// none
-
 //////////
 // non-virtual functions in this class
 //////////
@@ -307,12 +301,6 @@ lorentzidx lorentzidx::create_anonymous_representative(void) const
        return i_copy;
 }
 
-//////////
-// static member variables
-//////////
-
-// none
-
 //////////
 // global functions
 //////////
@@ -324,13 +312,6 @@ ex Dim(void)
        return *d;
 }
 
-//////////
-// global constants
-//////////
-
-const lorentzidx some_lorentzidx;
-const std::type_info & typeid_lorentzidx = typeid(some_lorentzidx);
-
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
 #endif // ndef NO_NAMESPACE_GINAC