diff options
Diffstat (limited to 'lldb/unittests/Core/DataExtractorTest.cpp')
-rw-r--r-- | lldb/unittests/Core/DataExtractorTest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/unittests/Core/DataExtractorTest.cpp b/lldb/unittests/Core/DataExtractorTest.cpp index d474e21dc0c..1503baab8cd 100644 --- a/lldb/unittests/Core/DataExtractorTest.cpp +++ b/lldb/unittests/Core/DataExtractorTest.cpp @@ -7,13 +7,6 @@ // //===----------------------------------------------------------------------===// -#if defined(_MSC_VER) && (_HAS_EXCEPTIONS == 0) -// Workaround for MSVC standard library bug, which fails to include <thread> -// when -// exceptions are disabled. -#include <eh.h> -#endif - #include "gtest/gtest.h" #include "lldb/Core/DataExtractor.h" |