[lld] 80c14dc - [ELF] Delete stale declaration. NFC

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 27 12:56:43 PST 2021


Author: Fangrui Song
Date: 2021-12-27T12:56:38-08:00
New Revision: 80c14dcc0e2987338fbd27148a3214c3bba4e847

URL: https://github.com/llvm/llvm-project/commit/80c14dcc0e2987338fbd27148a3214c3bba4e847
DIFF: https://github.com/llvm/llvm-project/commit/80c14dcc0e2987338fbd27148a3214c3bba4e847.diff

LOG: [ELF] Delete stale declaration. NFC

Added: 
    

Modified: 
    lld/ELF/SyntheticSections.h

Removed: 
    


################################################################################
diff  --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h
index c785d5b48b33..547fa5f4056d 100644
--- a/lld/ELF/SyntheticSections.h
+++ b/lld/ELF/SyntheticSections.h
@@ -34,7 +34,6 @@ namespace elf {
 class Defined;
 struct PhdrEntry;
 class SymbolTableBaseSection;
-class VersionNeedBaseSection;
 
 class SyntheticSection : public InputSection {
 public:


        


More information about the llvm-commits mailing list