[Lldb-commits] [lldb] r190023 - Remove spurious reference to radars in code (we try not to put Radar numbers into the sources.)
Jim Ingham
jingham at apple.com
Wed Sep 4 18:48:57 PDT 2013
Author: jingham
Date: Wed Sep 4 20:48:56 2013
New Revision: 190023
URL: http://llvm.org/viewvc/llvm-project?rev=190023&view=rev
Log:
Remove spurious reference to radars in code (we try not to put Radar numbers into the sources.)
Modified:
lldb/trunk/source/Core/Debugger.cpp
Modified: lldb/trunk/source/Core/Debugger.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Debugger.cpp?rev=190023&r1=190022&r2=190023&view=diff
==============================================================================
--- lldb/trunk/source/Core/Debugger.cpp (original)
+++ lldb/trunk/source/Core/Debugger.cpp Wed Sep 4 20:48:56 2013
@@ -821,7 +821,6 @@ Debugger::GetSelectedExecutionContext ()
}
}
return exe_ctx;
-
}
InputReaderSP
@@ -1720,7 +1719,6 @@ FormatPromptRecurse
do_deref_pointer = false;
}
- // <rdar://problem/11338654>
// we do not want to use the summary for a bitfield of type T:n
// if we were originally dealing with just a T - that would get
// us into an endless recursion
More information about the lldb-commits
mailing list