[Lldb-commits] [lldb] r142376 - /lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp
Sean Callanan
scallanan at apple.com
Tue Oct 18 10:45:25 PDT 2011
Author: spyffe
Date: Tue Oct 18 12:45:25 2011
New Revision: 142376
URL: http://llvm.org/viewvc/llvm-project?rev=142376&view=rev
Log:
Removed some debug support I accidentally
committed.
Modified:
lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp
Modified: lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp?rev=142376&r1=142375&r2=142376&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp (original)
+++ lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp Tue Oct 18 12:45:25 2011
@@ -2532,9 +2532,6 @@
static unsigned int invocation_id = 0;
unsigned int current_id = invocation_id++;
- if (current_id == 1686)
- fprintf(stderr, "here\n");
-
if (log)
{
if (const NamedDecl *context_named_decl = dyn_cast<NamedDecl>(context_decl))
More information about the lldb-commits
mailing list