From cf6d6317cc59d8d6cac9b600a265d06d5a513885 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 13 Dec 2012 03:07:28 +0000 Subject: [PATCH] Remove extraneous debugging code. llvm-svn: 170090 --- llvm/include/llvm/MC/MCSectionELF.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/include/llvm/MC/MCSectionELF.h b/llvm/include/llvm/MC/MCSectionELF.h index 8c31d04..451a162 100644 --- a/llvm/include/llvm/MC/MCSectionELF.h +++ b/llvm/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"; -- 2.7.4