aboutsummaryrefslogtreecommitdiff
path: root/xml/serializer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/serializer.cxx')
-rw-r--r--xml/serializer.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/xml/serializer.cxx b/xml/serializer.cxx
index 700243f..082f62d 100644
--- a/xml/serializer.cxx
+++ b/xml/serializer.cxx
@@ -13,23 +13,6 @@ namespace xml
{
// serialization
//
- serialization::
- ~serialization () throw () {}
-
- serialization::
- serialization (const string& n, const string& d)
- : name_ (n), description_ (d)
- {
- init ();
- }
-
- serialization::
- serialization (const serializer& s, const std::string& d)
- : name_ (s.output_name ()), description_ (d)
- {
- init ();
- }
-
void serialization::
init ()
{
@@ -43,12 +26,6 @@ namespace xml
what_ += description_;
}
- char const* serialization::
- what () const throw ()
- {
- return what_.c_str ();
- }
-
// serializer
//
extern "C" genxStatus