]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
- Cleanups: My evil plot of making ex::bp private may finally be carried
[ginac.git] / ginac / clifford.h
index 50a0c70cdaa64b96fb68d7322b5b641c39a0a9ea..b6c88d9efa79a0f4060264f102428af7dbb6b952 100644 (file)
@@ -106,13 +106,6 @@ public:
 
 // global functions
 
-/** Return the clifford object handled by an ex.  Deprecated: use ex_to<clifford>().
- *  This is unsafe: you need to check the type first. */
-inline const clifford &ex_to_clifford(const ex &e)
-{
-       return static_cast<const clifford &>(*e.bp);
-}
-
 /** Specialization of is_exactly_a<clifford>(obj) for clifford objects. */
 template<> inline bool is_exactly_a<clifford>(const basic & obj)
 {