From c47d549f53d3cacbcc175cd7dbb789c5026dfb07 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 23 Dec 2020 15:17:04 +0900 Subject: [PATCH] temporary --- main.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cc b/main.cc index c8effebe..93ee73dc 100644 --- a/main.cc +++ b/main.cc @@ -255,7 +255,6 @@ static void bin_sections() { tbb::parallel_for(0, num_osec, [&](int j) { OutputSection::instances[j]->members.reserve(sizes[j]); - for (int i = 0; i < groups.size(); i++) append(OutputSection::instances[j]->members, groups[i][j]); });