aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx')
-rw-r--r--libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx b/libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx
index 67ac5c8..e673a65 100644
--- a/libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx
+++ b/libxsde/xsde/cxx/parser/non-validating/xml-schema-pskel.cxx
@@ -67,24 +67,6 @@ namespace xsde
#endif
}
- // any_simple_type
- //
-
- bool any_simple_type_pskel::
- _characters_impl (const ro_string&)
- {
- return false;
- }
-
- void any_simple_type_pskel::
- post_any_simple_type ()
- {
-#ifdef XSDE_REUSE_STYLE_TIEIN
- if (any_simple_type_impl_)
- any_simple_type_impl_->post_any_simple_type ();
-#endif
- }
-
// static/dynamic_type function implementations.
//
@@ -609,4 +591,3 @@ namespace xsde
}
}
}
-