aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/parser/non-validating/any-type.hxx
diff options
context:
space:
mode:
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
- {
- };
}
}
}