[lld] r361614 - [ELF] Deleted unused forward declarations. NFC

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 02:25:47 PDT 2019


Author: maskray
Date: Fri May 24 02:25:47 2019
New Revision: 361614

URL: http://llvm.org/viewvc/llvm-project?rev=361614&view=rev
Log:
[ELF] Deleted unused forward declarations. NFC

Modified:
    lld/trunk/ELF/LinkerScript.h
    lld/trunk/ELF/SymbolTable.h

Modified: lld/trunk/ELF/LinkerScript.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.h?rev=361614&r1=361613&r2=361614&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.h (original)
+++ lld/trunk/ELF/LinkerScript.h Fri May 24 02:25:47 2019
@@ -31,7 +31,6 @@ namespace elf {
 class Defined;
 class InputSection;
 class InputSectionBase;
-class InputSectionBase;
 class OutputSection;
 class SectionBase;
 class Symbol;

Modified: lld/trunk/ELF/SymbolTable.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SymbolTable.h?rev=361614&r1=361613&r2=361614&view=diff
==============================================================================
--- lld/trunk/ELF/SymbolTable.h (original)
+++ lld/trunk/ELF/SymbolTable.h Fri May 24 02:25:47 2019
@@ -17,14 +17,6 @@
 namespace lld {
 namespace elf {
 
-class CommonSymbol;
-class Defined;
-class LazyArchive;
-class LazyObject;
-class SectionBase;
-class SharedSymbol;
-class Undefined;
-
 // SymbolTable is a bucket of all known symbols, including defined,
 // undefined, or lazy symbols (the last one is symbols in archive
 // files whose archive members are not yet loaded).




More information about the llvm-commits mailing list