diff options
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"; |