aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/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/hybrid/any-type.hxx
parentc1f49aa87678c512ac37575365a6676727e5f20a (diff)
Map anySimpleType to a string
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/any-type.hxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/any-type.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/libxsde/xsde/cxx/hybrid/any-type.hxx b/libxsde/xsde/cxx/hybrid/any-type.hxx
index 0517292..a356564 100644
--- a/libxsde/xsde/cxx/hybrid/any-type.hxx
+++ b/libxsde/xsde/cxx/hybrid/any-type.hxx
@@ -43,22 +43,6 @@ namespace xsde
#endif
*/
};
-
- struct any_simple_type
- {
- };
-
- inline bool
- operator== (const any_simple_type&, const any_simple_type&)
- {
- return true;
- }
-
- inline bool
- operator!= (const any_simple_type&, const any_simple_type&)
- {
- return false;
- }
}
}
}