diff options
author | Greg Clayton <gclayton@apple.com> | 2014-05-08 17:10:54 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2014-05-08 17:10:54 +0000 |
commit | 1fd43846a187bc3f2bbf508df405ad0a382f6bd7 (patch) | |
tree | 7e589c0be3708f315f8ea47f33ddd76a832acf43 /lldb/source/Core/IOHandler.cpp | |
parent | 153e7c72076c0f6138135172f5f1b2d306421acb (diff) | |
download | bcm5719-llvm-1fd43846a187bc3f2bbf508df405ad0a382f6bd7.tar.gz bcm5719-llvm-1fd43846a187bc3f2bbf508df405ad0a382f6bd7.zip |
Revert bad checkin that use incorrect member field.
llvm-svn: 208339
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 |