]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
removed the "some_*" and "typeid_*" definitions since we are using our own
[ginac.git] / ginac / fail.cpp
index bfacd79aa308fdd410b6b63fdc0b77a187331ce3..8a281e8ab97a2c938242c63b3e2c1f9540bf0a09 100644 (file)
@@ -76,13 +76,6 @@ void fail::destroy(bool call_parent)
        if (call_parent) inherited::destroy(call_parent);
 }
 
-
-//////////
-// other constructors
-//////////
-
-// none
-
 //////////
 // archiving
 //////////
@@ -137,31 +130,6 @@ int fail::compare_same_type(const basic & other) const
        return 0;
 }
 
-//////////
-// new virtual functions which can be overridden by derived classes
-//////////
-
-// none
-
-//////////
-// non-virtual functions in this class
-//////////
-
-// none
-
-//////////
-// static member variables
-//////////
-
-// none
-
-//////////
-// global constants
-//////////
-
-const fail some_fail;
-const std::type_info & typeid_fail = typeid(some_fail);
-
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
 #endif // ndef NO_NAMESPACE_GINAC