Skip to content

Commit 7886efc

Browse files
committed
Remove dead code
1 parent 1746b62 commit 7886efc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/LibObjectFile.Tests/Elf/ElfSimpleTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,6 @@ public void TestManySections()
448448
diagnostics = elf.Verify();
449449
Assert.False(diagnostics.HasErrors);
450450

451-
for (int i = 0; i < ushort.MaxValue; i++)
452-
{
453-
454-
}
455-
456451
uint visibleSectionCount = elf.VisibleSectionCount;
457452

458453
using (var outStream = File.OpenWrite("manysections"))

0 commit comments

Comments
 (0)