diff options
Diffstat (limited to 'lldb/unittests/Core/TimerTest.cpp')
| -rw-r--r-- | lldb/unittests/Core/TimerTest.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/unittests/Core/TimerTest.cpp b/lldb/unittests/Core/TimerTest.cpp index f7442bf12bd..7e7eeef0a36 100644 --- a/lldb/unittests/Core/TimerTest.cpp +++ b/lldb/unittests/Core/TimerTest.cpp @@ -7,12 +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 "lldb/Core/Timer.h" #include "gtest/gtest.h" |

