summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-11-09 05:24:07 +0000
committerEric Christopher <echristo@apple.com>2011-11-09 05:24:07 +0000
commitdfa30e1ab243990eda4732a6dffb91e965e7a755 (patch)
tree3880482f1dcc42d2738376ddd8ad85c253785342 /include
parent5786b4cdc118a7fbcdae238e264a884691ab43b7 (diff)
downloadllvm-dfa30e1ab243990eda4732a6dffb91e965e7a755.tar.gz
llvm-dfa30e1ab243990eda4732a6dffb91e965e7a755.tar.bz2
llvm-dfa30e1ab243990eda4732a6dffb91e965e7a755.tar.xz
Remove the pubnames section, no one consumes it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCObjectFileInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCObjectFileInfo.h b/include/llvm/MC/MCObjectFileInfo.h
index 8bdcd4d80d..2c5a0a15c3 100644
--- a/include/llvm/MC/MCObjectFileInfo.h
+++ b/include/llvm/MC/MCObjectFileInfo.h
@@ -96,7 +96,6 @@ protected:
const MCSection *DwarfInfoSection;
const MCSection *DwarfLineSection;
const MCSection *DwarfFrameSection;
- const MCSection *DwarfPubNamesSection;
const MCSection *DwarfPubTypesSection;
const MCSection *DwarfDebugInlineSection;
const MCSection *DwarfStrSection;
@@ -211,7 +210,6 @@ public:
const MCSection *getDwarfInfoSection() const { return DwarfInfoSection; }
const MCSection *getDwarfLineSection() const { return DwarfLineSection; }
const MCSection *getDwarfFrameSection() const { return DwarfFrameSection; }
- const MCSection *getDwarfPubNamesSection() const{return DwarfPubNamesSection;}
const MCSection *getDwarfPubTypesSection() const{return DwarfPubTypesSection;}
const MCSection *getDwarfDebugInlineSection() const {
return DwarfDebugInlineSection;