Author: gclayton
Date: Thu May 8 12:10:54 2014
New Revision: 208339
URL: http://llvm.org/viewvc/llvm-project?rev=208339&view=rev
Log:
Revert bad checkin that use incorrect member field.
Modified:
lldb/trunk/source/Core/IOHandler.cpp
Modified: lldb/trunk/source/Core/IOHandler.cpp
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/IOHandler.cpp?rev=208339&r1=208338&r2=208339&view=diff
==============================================================================
--- lldb/trunk/source/Core/IOHandler.cpp (original)
+++ lldb/trunk/source/Core/IOHandler.cpp Thu May 8 12:10:54 2014
@@ -560,7 +560,6 @@ IOHandlerEditline::GetLines (StringList
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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits