diff options
author | Zachary Turner <zturner@google.com> | 2015-02-17 17:42:05 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-02-17 17:42:05 +0000 |
commit | b3b8922cad14d88d7b406e7a7de32b2bc34b9e12 (patch) | |
tree | 6fbe08cf32009ea5fc640ec079c7aead70442cbd /lldb/scripts/Python/build-swig-Python.sh | |
parent | fbb030f094232af22e9598a8d2fbf705d37555ce (diff) | |
download | bcm5719-llvm-b3b8922cad14d88d7b406e7a7de32b2bc34b9e12.tar.gz bcm5719-llvm-b3b8922cad14d88d7b406e7a7de32b2bc34b9e12.zip |
Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument"
This reverts commit r228975. It was causing link errors
on the Windows bots, since last Thursday.
http://lab.llvm.org:8011/builders/lldb-x86-win7-msvc/builds/725
Conflicts:
lldb.xcodeproj/project.pbxproj
llvm-svn: 229514
Diffstat (limited to 'lldb/scripts/Python/build-swig-Python.sh')
-rwxr-xr-x | lldb/scripts/Python/build-swig-Python.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/scripts/Python/build-swig-Python.sh b/lldb/scripts/Python/build-swig-Python.sh index 833845ecfbf..32c80c93858 100755 --- a/lldb/scripts/Python/build-swig-Python.sh +++ b/lldb/scripts/Python/build-swig-Python.sh @@ -127,7 +127,6 @@ HEADER_FILES="${SRC_ROOT}/include/lldb/lldb.h"\ " ${SRC_ROOT}/include/lldb/API/SBTypeSynthetic.h"\ " ${SRC_ROOT}/include/lldb/API/SBValue.h"\ " ${SRC_ROOT}/include/lldb/API/SBValueList.h"\ -" ${SRC_ROOT}/include/lldb/API/SBVariablesOptions.h"\ " ${SRC_ROOT}/include/lldb/API/SBWatchpoint.h"\ " ${SRC_ROOT}/include/lldb/API/SBUnixSignals.h" @@ -181,7 +180,6 @@ INTERFACE_FILES="${SRC_ROOT}/scripts/Python/interface/SBAddress.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBTypeSynthetic.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBValue.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBValueList.i"\ -" ${SRC_ROOT}/scripts/Python/interface/SBVariablesOptions.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBWatchpoint.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBUnixSignals.i" |