From 6f395f9f769866a04f6949cb7ed14f93d90cf728 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Oct 2010 15:38:11 +0200 Subject: Map anySimpleType to a string --- libxsde/xsde/cxx/hybrid/any-type.hxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libxsde/xsde/cxx/hybrid/any-type.hxx') 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; - } } } } -- cgit v1.1