aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2012-02-18 16:20:35 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2012-02-18 16:20:35 +0000
commitd41854a18cf7dde667d22c8dc4bff4ce4b2e7170 (patch)
tree357c3abc3308146688ec3a270af46070554c6428 /lib/Sema/SemaDecl.cpp
parent5f3c163b7b19a0c7e02509a0984ee1256bca890d (diff)
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
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r--lib/Sema/SemaDecl.cpp1
1 files changed, 0 insertions, 1 deletions
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);