Skip to content

Commit 6b74037

Browse files
committed
Remove dead test setup code.
1 parent 29430af commit 6b74037

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838
#define TEST_PATH \
3939
TEST_DIRECTORY + "/" + TEST_NAME
4040

41-
#ifdef _MSC_VER
42-
#define NO_GLOBAL_INIT_CALLS 26426
43-
#define NO_UNUSED_LOCAL_SMART_PTR 26414
44-
#endif
45-
4641
#ifdef _MSC_VER
4742
BC_DISABLE_WARNING(NO_ARRAY_INDEXING)
4843
BC_DISABLE_WARNING(NO_GLOBAL_INIT_CALLS)

0 commit comments

Comments
 (0)