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


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to