summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-01-12 00:32:49 +0000
committerRui Ueyama <ruiu@google.com>2016-01-12 00:32:49 +0000
commit902c75cd7b366a179b086f77652e5ac4ac38d5e0 (patch)
tree1f3cff978068df483e4ea5a55f2b6818ec1a59da
parent5fe40050bda3eeff49145ce34a5ea85b8880b54e (diff)
downloadbcm5719-llvm-902c75cd7b366a179b086f77652e5ac4ac38d5e0.tar.gz
bcm5719-llvm-902c75cd7b366a179b086f77652e5ac4ac38d5e0.zip
Remove dead code.
llvm-svn: 257421
-rw-r--r--lld/ELF/Writer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index 16a9e8d4cf4..c4bfdaf6542 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -635,8 +635,6 @@ public:
private:
SectionKey<ELFT::Is64Bits> createKey(InputSectionBase<ELFT> *C,
StringRef OutsecName);
- OutputSectionBase<ELFT> *createAux(InputSectionBase<ELFT> *C,
- const SectionKey<ELFT::Is64Bits> &Key);
SmallDenseMap<SectionKey<ELFT::Is64Bits>, OutputSectionBase<ELFT> *> Map;
};
OpenPOWER on IntegriCloud