forked from OSchip/llvm-project
Remove spurious reference to radars in code (we try not to put Radar numbers into the sources.)
llvm-svn: 190023
This commit is contained in:
parent
0071525492
commit
859a3b98c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue