aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/parser/non-validating/any-type.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
commit6f395f9f769866a04f6949cb7ed14f93d90cf728 (patch)
treed1f8343e7b41fc1895676ad4248a5e4942f9172b /libxsde/xsde/cxx/parser/non-validating/any-type.hxx
parentc1f49aa87678c512ac37575365a6676727e5f20a (diff)
Map anySimpleType to a string
Diffstat (limited to 'libxsde/xsde/cxx/parser/non-validating/any-type.hxx')
-rw-r--r--libxsde/xsde/cxx/parser/non-validating/any-type.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/libxsde/xsde/cxx/parser/non-validating/any-type.hxx b/libxsde/xsde/cxx/parser/non-validating/any-type.hxx
index 3b7b68e..0587872 100644
--- a/libxsde/xsde/cxx/parser/non-validating/any-type.hxx
+++ b/libxsde/xsde/cxx/parser/non-validating/any-type.hxx
@@ -16,8 +16,6 @@ namespace xsde
{
namespace non_validating
{
- // any_type
- //
#ifdef XSDE_REUSE_STYLE_MIXIN
struct any_type_pimpl: virtual any_type_pskel
#else
@@ -25,16 +23,6 @@ namespace xsde
#endif
{
};
-
- // any_simple_type
- //
-#ifdef XSDE_REUSE_STYLE_MIXIN
- struct any_simple_type_pimpl: virtual any_simple_type_pskel
-#else
- struct any_simple_type_pimpl: any_simple_type_pskel
-#endif
- {
- };
}
}
}