Skip to content

Commit c9a5a6d

Browse files
committed
[lld/COFF] Remove unused InputFile::LazyObjectKind
Its use was removed in d496abb. No behavior change.
1 parent ec636cf commit c9a5a6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/COFF/InputFiles.h

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class InputFile {
7272
enum Kind {
7373
ArchiveKind,
7474
ObjectKind,
75-
LazyObjectKind,
7675
PDBKind,
7776
ImportKind,
7877
BitcodeKind,

0 commit comments

Comments
 (0)