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