]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst.h
Wipe out remnants of custom RTTI.
[ginac.git] / ginac / lst.h
index 332579f566b8bc832b1390a3fd9046f7e0e66fe9..eaea3eaaa751a6f9aa496c24442a8ed84047621f 100644 (file)
@@ -31,9 +31,6 @@ namespace GiNaC {
 
 typedef container<std::list> lst;
 
-/** Specialization of container::get_tinfo() for lst. */
-template<> inline tinfo_t lst::get_tinfo() { return &lst::tinfo_static; }
-
 /** Specialization of container::get_default_flags() for lst. */
 template<> inline unsigned lst::get_default_flags() { return status_flags::not_shareable; }