From 859a3b98c5160a5052b870cdc760e49f5609bcc0 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 5 Sep 2013 01:48:56 +0000 Subject: [PATCH] Remove spurious reference to radars in code (we try not to put Radar numbers into the sources.) llvm-svn: 190023 --- lldb/source/Core/Debugger.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index d1d2ebb0550b..8a29934ff62e 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -821,7 +821,6 @@ Debugger::GetSelectedExecutionContext () } } return exe_ctx; - } InputReaderSP @@ -1720,7 +1719,6 @@ FormatPromptRecurse do_deref_pointer = false; } - // // 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