From 32c940de377ec87a072e3d7c3f3200beec6fe90e Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 7 Jun 2016 23:19:00 +0000 Subject: Now that there are no cycles that cause leaks in the disassembler/instruction classes, we can get rid of the FIXME lines that were working around this issue. llvm-svn: 272071 --- lldb/source/Target/Process.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lldb/source/Target/Process.cpp') diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index d4938094134..7f7b3eb69a5 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -6605,11 +6605,5 @@ Process::AdvanceAddressToNextBranchInstruction (Address default_stop_addr, Addre } } - if (disassembler_sp) - { - // FIXME: The DisassemblerLLVMC has a reference cycle and won't go away if it has any active instructions. - disassembler_sp->GetInstructionList().Clear(); - } - return retval; } -- cgit v1.2.3