diff options
Diffstat (limited to 'lldb/unittests/Expression/GoParserTest.cpp')
-rw-r--r-- | lldb/unittests/Expression/GoParserTest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/unittests/Expression/GoParserTest.cpp b/lldb/unittests/Expression/GoParserTest.cpp index 07eda23bc3a..710dc5e4e86 100644 --- a/lldb/unittests/Expression/GoParserTest.cpp +++ b/lldb/unittests/Expression/GoParserTest.cpp @@ -8,13 +8,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 <sstream> #include "gtest/gtest.h" |