[lld] 088d1f1 - [lld][ELF] Remove unused enum value. NFC

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 16:06:56 PST 2023


Author: Sam Clegg
Date: 2023-03-06T16:06:40-08:00
New Revision: 088d1f100ebd16715110e7c92625654ffa198bc4

URL: https://github.com/llvm/llvm-project/commit/088d1f100ebd16715110e7c92625654ffa198bc4
DIFF: https://github.com/llvm/llvm-project/commit/088d1f100ebd16715110e7c92625654ffa198bc4.diff

LOG: [lld][ELF] Remove unused enum value. NFC

The usage was removed in https://reviews.llvm.org/D119074

Differential Revision: https://reviews.llvm.org/D145434

Added: 
    

Modified: 
    lld/ELF/InputFiles.h

Removed: 
    


################################################################################
diff  --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h
index 421ea6ed1a8ed..2ee15e89347ab 100644
--- a/lld/ELF/InputFiles.h
+++ b/lld/ELF/InputFiles.h
@@ -59,7 +59,6 @@ class InputFile {
   enum Kind : uint8_t {
     ObjKind,
     SharedKind,
-    ArchiveKind,
     BitcodeKind,
     BinaryKind,
   };


        


More information about the llvm-commits mailing list