From fd9dafdc65bc625f7e1d7a39807a6828213e10ef Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 5 Apr 2017 05:07:18 +0000 Subject: Remove unused typedef. llvm-svn: 299514 --- lld/ELF/LinkerScript.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lld/ELF/LinkerScript.cpp') 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), -- cgit v1.2.3