From 78a514bf9d8d16358d51bda32ff74be23ff4f4e5 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 5 Apr 2019 09:56:55 +0000 Subject: modify-python-lldb.py: Insert initialization code with swig instead This is the last functional change to the generated python module being done by modify-python-lldb.py. The remaining code just deals with reformatting of comments. llvm-svn: 357755 --- lldb/scripts/Python/modify-python-lldb.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lldb/scripts/Python/modify-python-lldb.py') diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 9ade673d511..ea33c0b936d 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -166,10 +166,3 @@ new_content.finish() with open(output_name, 'w') as f_out: f_out.write(new_content.getvalue()) - f_out.write('''debugger_unique_id = 0 -SBDebugger.Initialize() -debugger = None -target = SBTarget() -process = SBProcess() -thread = SBThread() -frame = SBFrame()''') -- cgit v1.2.3