diff options
author | Enrico Granata <granata.enrico@gmail.com> | 2011-08-23 00:32:52 +0000 |
---|---|---|
committer | Enrico Granata <granata.enrico@gmail.com> | 2011-08-23 00:32:52 +0000 |
commit | dc9407308e735860a54bbeb46bdb556f4dcc6bf0 (patch) | |
tree | 853004be98f6a8ee25d46f9490ad0470f2865001 /lldb/scripts/Python | |
parent | b50801f0490369d12b3deb6bdcefe8d6fe72a6bb (diff) | |
download | bcm5719-llvm-dc9407308e735860a54bbeb46bdb556f4dcc6bf0.tar.gz bcm5719-llvm-dc9407308e735860a54bbeb46bdb556f4dcc6bf0.zip |
Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite
llvm-svn: 138315
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index b50dd056b5e..964f96a57ef 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -679,6 +679,4 @@ LLDBSwigPythonCallCommand return retval; } -#undef RETURN_RETVAL - %} |