aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-02-08 16:00:35 +0000
committerEd Maste <emaste@FreeBSD.org>2015-02-08 16:00:35 +0000
commit7e79b605cb91cc0be84ed9120439c4810f49563f (patch)
tree0dd321798616677a14cb95a571ca3f5c8bb7bc0f /contrib/llvm
parent60903fda75de25012e1bc2952b120a9f78c8105c (diff)
downloadsrc-7e79b605cb91cc0be84ed9120439c4810f49563f.tar.gz
src-7e79b605cb91cc0be84ed9120439c4810f49563f.zip
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.
Notes
Notes: svn path=/projects/clang360-import/; revision=278384
Diffstat (limited to 'contrib/llvm')
-rw-r--r--contrib/llvm/tools/lldb/include/lldb/lldb-python.h2
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 13b4a2aea1c0..c8ef054f60e1 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