]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.cpp
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / clifford.cpp
index 8ab70652551a562ef2ccdba5591223645d68781b..37e1d8df89d43930bc0ca1f7e09e57cf49fa8f82 100644 (file)
@@ -204,24 +204,6 @@ ex clifford::simplify_ncmul(const exvector & v) const
        return simplified_ncmul(v);
 }
 
-//////////
-// virtual functions which can be overridden by derived classes
-//////////
-
-// none
-
-//////////
-// non-virtual functions in this class
-//////////
-
-// none
-
-//////////
-// static member variables
-//////////
-
-// none
-
 //////////
 // friend functions
 //////////
@@ -236,13 +218,6 @@ clifford clifford_gamma(const ex & mu)
        return clifford("gamma", mu);
 }
 
-//////////
-// global constants
-//////////
-
-const clifford some_clifford;
-const std::type_info & typeid_clifford = typeid(some_clifford);
-
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
 #endif // ndef NO_NAMESPACE_GINAC