diff options
author | emaste <emaste@FreeBSD.org> | 2015-02-08 16:00:35 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-02-08 16:00:35 +0000 |
commit | d1978ee4b1830653a1ea330ae2bf6ef22f58ed0e (patch) | |
tree | 0dd321798616677a14cb95a571ca3f5c8bb7bc0f | |
parent | d6470602808c203b48d81ec29943613662e6ca45 (diff) | |
download | FreeBSD-src-d1978ee4b1830653a1ea330ae2bf6ef22f58ed0e.zip FreeBSD-src-d1978ee4b1830653a1ea330ae2bf6ef22f58ed0e.tar.gz |
Remove undesired LLDB_DISABLE_PYTHON
It was added accidentally during the merge and it causes build warnings
as it is set from the command line.
-rw-r--r-- | contrib/llvm/tools/lldb/include/lldb/lldb-python.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm/tools/lldb/include/lldb/lldb-python.h b/contrib/llvm/tools/lldb/include/lldb/lldb-python.h index 13b4a2a..c8ef054 100644 --- a/contrib/llvm/tools/lldb/include/lldb/lldb-python.h +++ b/contrib/llvm/tools/lldb/include/lldb/lldb-python.h @@ -10,8 +10,6 @@ #ifndef LLDB_lldb_python_h_ #define LLDB_lldb_python_h_ -#define LLDB_DISABLE_PYTHON - // Python.h needs to be included before any system headers in order to avoid redefinition of macros #ifdef LLDB_DISABLE_PYTHON |