Skip to content

Commit

Permalink
Build.cc no longer needs <thread>
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 1, 2024
1 parent 7cfc1b6 commit 6573ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cmd/Build.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <cstdlib>
#include <iostream>
#include <span>
#include <thread>

int buildImpl(String& outDir, const bool isDebug, const bool isParallel) {
const auto start = std::chrono::steady_clock::now();
Expand Down

0 comments on commit 6573ce2

Please sign in to comment.