summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-04-23 10:04:22 +0000
committerPavel Labath <pavel@labath.sk>2019-04-23 10:04:22 +0000
commit330bc8af131c5b42efe120dbf70f47881d02d3a3 (patch)
treec7d36a6096ebe886c681ab8469416e1c996c6292 /lldb/scripts/Python
parentb7dc13f4c024ea8117d0029250b1a01b9441faa3 (diff)
downloadbcm5719-llvm-330bc8af131c5b42efe120dbf70f47881d02d3a3.tar.gz
bcm5719-llvm-330bc8af131c5b42efe120dbf70f47881d02d3a3.zip
modify-python-lldb: Remove \a-removing code
instead, remove \a directly from the interface files. llvm-svn: 358967
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/modify-python-lldb.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py
index 2881d4ead62..4361b6c2a66 100644
--- a/lldb/scripts/Python/modify-python-lldb.py
+++ b/lldb/scripts/Python/modify-python-lldb.py
@@ -121,10 +121,6 @@ for line in content.splitlines():
state |= CLEANUP_DOCSTRING
if (state & CLEANUP_DOCSTRING):
- # Remove the '\a ' and '\b 'substrings.
- line = line.replace('\a ', '')
- line = line.replace('\b ', '')
-
line = char_to_str_xform(line)
# Note that the transition out of CLEANUP_DOCSTRING is handled at the
OpenPOWER on IntegriCloud