diff options
author | Eric Christopher <echristo@gmail.com> | 2012-12-13 03:07:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-12-13 03:07:28 +0000 |
commit | 05fa24c5749da265ee9f82eeead8ccdf2804f721 (patch) | |
tree | 9d4daf6559b5f46c9324ba04a217e5b7eff53706 /include/llvm/MC/MCSectionELF.h | |
parent | 44fedbad3a3f57aa27ae2b5ac82b21679bf7fe00 (diff) |
Remove extraneous debugging code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCSectionELF.h')
-rw-r--r-- | include/llvm/MC/MCSectionELF.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h index 8c31d04639..451a1623c1 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"; |