From: Eric Christopher Date: Thu, 13 Dec 2012 03:07:28 +0000 (+0000) Subject: Remove extraneous debugging code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=05fa24c5749da265ee9f82eeead8ccdf2804f721;p=oota-llvm.git Remove extraneous debugging code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170090 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h index 8c31d046398..451a1623c1f 100644 --- a/include/llvm/MC/MCSectionELF.h +++ b/include/llvm/MC/MCSectionELF.h @@ -60,8 +60,6 @@ public: StringRef getSectionName() const { return SectionName; } virtual std::string getLabelBeginName() const { - dbgs() << SectionName.data(); - dbgs() << "_begin" << "\n"; return SectionName.str() + "_begin"; } virtual std::string getLabelEndName() const { return SectionName.str() + "_end";