Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Jan 11, 2024
1 parent 2efc2ff commit 456117f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ Builder::Builder()
Builder::~Builder()
{
for (auto [bb_id, disposer] : disposers_) {
auto bb_id(std::get<0>(kv));
auto disposer(std::get<1>(kv));
disposer(bb_id.c_str());
}
}
Expand Down

0 comments on commit 456117f

Please sign in to comment.