[lldb] Remove very old misleading comment (NFC)

This commit is contained in:
Dave Lee 2021-02-15 18:14:47 -08:00
parent 22f0aa0d9e
commit 4946f37d84
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ using namespace lldb_private;
// ThreadPlanStepThrough: If the current instruction is a trampoline, step
// through it If it is the beginning of the prologue of a function, step
// through that as well.
// FIXME: At present only handles DYLD trampolines.
ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread,
StackID &m_stack_id,