Skip to content

Commit 5901e7d

Browse files
Update lld/MachO/Driver.cpp
Co-authored-by: Daniel Rodríguez Troitiño <[email protected]>
1 parent cf5c3fb commit 5901e7d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lld/MachO/Driver.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,7 @@ static void saveThinArchiveToRepro(ArchiveFile const *file) {
286286
": Archive::children failed: " + toString(std::move(e)));
287287
}
288288

289-
class DeferredFile {
290-
public:
291-
DeferredFile(StringRef path, bool isLazy, MemoryBufferRef buffer)
292-
: path(path), isLazy(isLazy), buffer(buffer) {}
289+
struct DeferredFile {
293290
StringRef path;
294291
bool isLazy;
295292
MemoryBufferRef buffer;

0 commit comments

Comments
 (0)