Removed CDS_PURE_VIRTUAL_FUNCTION_CALLED macro
authorkhizmax <libcds.dev@gmail.com>
Sun, 30 Nov 2014 13:03:01 +0000 (16:03 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 30 Nov 2014 13:03:01 +0000 (16:03 +0300)
cds/details/defs.h

index 9f66891aae50c447763d93368ead222d781b0010..5eae98a5e334210c249ecb590b100af2f0c33d2b 100644 (file)
@@ -422,11 +422,6 @@ namespace cds {
         }
     };
 
-//@cond
-#   define CDS_PURE_VIRTUAL_FUNCTION_CALLED    { assert(false); throw Exception("Pure virtual function called"); }
-#   define CDS_PURE_VIRTUAL_FUNCTION_CALLED_(method_name)    { assert(false); throw Exception("Pure virtual function called " method_name ); }
-//@endcond
-
     /// any_type is used as a placeholder for auto-calculated type (usually in \p rebind templates)
     struct any_type {};