diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.h b/lldb/source/Commands/CommandObjectThread.h index 1a913eb73ad..7fc58261ed0 100644 --- a/lldb/source/Commands/CommandObjectThread.h +++ b/lldb/source/Commands/CommandObjectThread.h @@ -48,7 +48,6 @@ size_t DisplayFramesForExecutionContext (Thread *thread, CommandInterpreter &interpreter, Stream& strm, - bool ascending, uint32_t first_frame, uint32_t num_frames, bool show_frame_info, |