From: David Chisnall Date: Sat, 18 Feb 2012 16:20:35 +0000 (+0000) Subject: Remove a debugging line accidentally left in the last commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d41854a18cf7dde667d22c8dc4bff4ce4b2e7170;p=clang Remove a debugging line accidentally left in the last commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index 89f22cb72b..f385b50c3a 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -10175,7 +10175,6 @@ void Sema::ActOnPragmaRedefineExtname(IdentifierInfo* Name, LookupOrdinaryName); AsmLabelAttr *Attr = ::new (Context) AsmLabelAttr(AliasNameLoc, Context, AliasName->getName()); - fprintf(stderr, "Alias name: %s\n", AliasName->getName().str().c_str()); if (PrevDecl) PrevDecl->addAttr(Attr);