Skip to content

Commit

Permalink
[lld][ELF] Remove unused enum value. NFC
Browse files Browse the repository at this point in the history
The usage was removed in https://reviews.llvm.org/D119074

Differential Revision: https://reviews.llvm.org/D145434
  • Loading branch information
sbc100 committed Mar 7, 2023
1 parent e1b569b commit 088d1f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/ELF/InputFiles.h
Expand Up @@ -59,7 +59,6 @@ class InputFile {
enum Kind : uint8_t {
ObjKind,
SharedKind,
ArchiveKind,
BitcodeKind,
BinaryKind,
};
Expand Down

0 comments on commit 088d1f1

Please sign in to comment.