[Lldb-commits] [PATCH] D100212: [lldb] Delete dead StackFrameList::Merge

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 9 09:02:32 PDT 2021


teemperor created this revision.
teemperor added a reviewer: LLDB.
teemperor requested review of this revision.

That code is unused since it's check-in in 2010 (and I believe it would leak memory when called
as it releases the passed unique_ptr), so let's delete it.


https://reviews.llvm.org/D100212

Files:
  lldb/include/lldb/Target/StackFrameList.h
  lldb/source/Target/StackFrameList.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100212.336485.patch
Type: text/x-patch
Size: 4251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210409/195257e8/attachment.bin>


More information about the lldb-commits mailing list