aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h b/contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h
index 746e03e1bd1e..52cfdf4dbb89 100644
--- a/contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h
+++ b/contrib/llvm-project/lldb/include/lldb/Host/HostGetOpt.h
@@ -11,10 +11,6 @@
#if !defined(_MSC_VER) && !defined(__NetBSD__)
-#ifdef _WIN32
-#define _BSD_SOURCE // Required so that getopt.h defines optreset
-#endif
-
#include <getopt.h>
#include <unistd.h>