summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-04-05 05:07:18 +0000
committerRui Ueyama <ruiu@google.com>2017-04-05 05:07:18 +0000
commitfd9dafdc65bc625f7e1d7a39807a6828213e10ef (patch)
treef921388d3c450d087299fd134d8cb7af98e984a7 /lld/ELF/LinkerScript.cpp
parent583264e47709d71c7726fe15dd878fcba76a8fd3 (diff)
downloadbcm5719-llvm-fd9dafdc65bc625f7e1d7a39807a6828213e10ef.tar.gz
bcm5719-llvm-fd9dafdc65bc625f7e1d7a39807a6828213e10ef.zip
Remove unused typedef.
llvm-svn: 299514
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
-rw-r--r--lld/ELF/LinkerScript.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index a51a2fc95cc..1224f45958d 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -1027,8 +1027,6 @@ size_t LinkerScript::getPhdrIndex(const Twine &Loc, StringRef PhdrName) {
}
class elf::ScriptParser final : ScriptLexer {
- typedef void (ScriptParser::*Handler)();
-
public:
ScriptParser(MemoryBufferRef MB)
: ScriptLexer(MB),
OpenPOWER on IntegriCloud