Remove old MSVC++ stdext::hash_set from tests
[libcds.git] / tests / unit / set2 / std_hash_set.h
diff --git a/tests/unit/set2/std_hash_set.h b/tests/unit/set2/std_hash_set.h
deleted file mode 100644 (file)
index 4b89ca0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-//$$CDS-header$$
-
-#ifndef __CDSUNIT_STD_HASH_SET_H
-#define __CDSUNIT_STD_HASH_SET_H
-
-#if (CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) && _MSC_VER == 1500
-#   include "set2/std_hash_set_vc9.h"
-#else
-#   include "set2/std_hash_set_std.h"
-#endif
-
-#endif // #ifndef __CDSUNIT_STD_HASH_SET_H