[PATCH] D145434: [lld][ELF] Remove unused enum value

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 14:45:15 PST 2023


sbc100 created this revision.
Herald added subscribers: wingo, arichardson, emaste.
Herald added a reviewer: MaskRay.
Herald added a project: All.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145434

Files:
  lld/ELF/InputFiles.h


Index: lld/ELF/InputFiles.h
===================================================================
--- lld/ELF/InputFiles.h
+++ lld/ELF/InputFiles.h
@@ -59,7 +59,6 @@
   enum Kind : uint8_t {
     ObjKind,
     SharedKind,
-    ArchiveKind,
     BitcodeKind,
     BinaryKind,
   };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145434.502816.patch
Type: text/x-patch
Size: 279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/7687cd7d/attachment.bin>


More information about the llvm-commits mailing list