summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/msvc/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/msvc/Config.h')
-rw-r--r--lldb/include/lldb/Host/msvc/Config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/include/lldb/Host/msvc/Config.h b/lldb/include/lldb/Host/msvc/Config.h
index 37dfbf58a85..fa0f8aa7a3a 100644
--- a/lldb/include/lldb/Host/msvc/Config.h
+++ b/lldb/include/lldb/Host/msvc/Config.h
@@ -27,13 +27,4 @@
//#define LLDB_CONFIG_FCNTL_GETPATH_SUPPORTED 1
-#if _HAS_EXCEPTIONS == 0
-// Due to a bug in <thread>, when _HAS_EXCEPTIONS == 0 the header will try to
-// call
-// uncaught_exception() without having a declaration for it. The fix for this
-// is
-// to manually #include <eh.h>, which contains this declaration.
-#include <eh.h>
-#endif
-
#endif // #ifndef liblldb_Platform_Config_h_
OpenPOWER on IntegriCloud