Skip to content

Commit

Permalink
[lld/COFF] Remove unused InputFile::LazyObjectKind
Browse files Browse the repository at this point in the history
Its use was removed in d496abb. No behavior change.
  • Loading branch information
nico committed Dec 17, 2024
1 parent ec636cf commit c9a5a6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/COFF/InputFiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class InputFile {
enum Kind {
ArchiveKind,
ObjectKind,
LazyObjectKind,
PDBKind,
ImportKind,
BitcodeKind,
Expand Down

0 comments on commit c9a5a6d

Please sign in to comment.