Skip to content

Commit

Permalink
Remove ThreadPool
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Oct 31, 2024
1 parent b3f7bda commit 51c027e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
8 changes: 0 additions & 8 deletions src/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,18 @@
#include <algorithm>
#include <array>
#include <clocale>
#include <condition_variable>
#include <filesystem>
#include <functional>
#include <future>
#include <locale>
#include <map>
#include <memory>
#include <mutex>
#include <new>
#include <queue>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <string_view>
#include <thread>
#include <utility>
#include <vector>

#include "threadpool.h"
#include "tools.h"

#ifdef _WIN32
Expand Down
72 changes: 0 additions & 72 deletions src/threadpool.h

This file was deleted.

0 comments on commit 51c027e

Please sign in to comment.