Skip to content

Commit 93f21f2

Browse files
committed
remove empty line
1 parent dd89ea1 commit 93f21f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ static void updateSupportedARMFeatures(Ctx &ctx,
209209
ctx.arg.armHasThumb2ISA |= thumb && *thumb >= ARMBuildAttrs::AllowThumb32;
210210
}
211211

212-
213212
InputFile::InputFile(Ctx &ctx, Kind k, MemoryBufferRef m)
214213
: ctx(ctx), mb(m), groupId(ctx.driver.nextGroupId), fileKind(k) {
215214
// All files within the same --{start,end}-group get the same group ID.

0 commit comments

Comments
 (0)