]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.h
I really think that changes to top-level files should go to ginac-cvs
[ginac.git] / ginac / expairseq.h
index 9fe72d579a5fb59b33e1f733710dcf30602d6a1c..5a24edd55e6903dc8d5bafa836b5c12b8e338568 100644 (file)
@@ -182,13 +182,6 @@ protected:
 
 // utility functions
 
-/** Return the expairseq object handled by an ex.  Deprecated: use ex_to<expairseq>().
- *  This is unsafe: you need to check the type first. */
-inline const expairseq &ex_to_expairseq(const ex &e)
-{
-       return static_cast<const expairseq &>(*e.bp);
-}
-
 /** Specialization of is_exactly_a<expairseq>(obj) for expairseq objects. */
 template<> inline bool is_exactly_a<expairseq>(const basic & obj)
 {