diff options
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r-- | lldb/source/Core/IOHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp index e8c66efcf09..8573a1a9c5c 100644 --- a/lldb/source/Core/IOHandler.cpp +++ b/lldb/source/Core/IOHandler.cpp @@ -560,7 +560,6 @@ IOHandlerEditline::GetLines (StringList &lines, bool &interrupted) lines_status = LineStatus::Done; } } - m_curr_line_idx = UINT32_MAX; // Call the IOHandlerLinesUpdated function with UINT32_MAX as the line // number to indicate all lines are complete |