[lld] r299514 - Remove unused typedef.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 22:07:19 PDT 2017


Author: ruiu
Date: Wed Apr  5 00:07:18 2017
New Revision: 299514

URL: http://llvm.org/viewvc/llvm-project?rev=299514&view=rev
Log:
Remove unused typedef.

Modified:
    lld/trunk/ELF/LinkerScript.cpp

Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=299514&r1=299513&r2=299514&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Wed Apr  5 00:07:18 2017
@@ -1027,8 +1027,6 @@ size_t LinkerScript::getPhdrIndex(const
 }
 
 class elf::ScriptParser final : ScriptLexer {
-  typedef void (ScriptParser::*Handler)();
-
 public:
   ScriptParser(MemoryBufferRef MB)
       : ScriptLexer(MB),




More information about the llvm-commits mailing list