Removed unused OMP_ macro.

This commit is contained in:
nodchip
2020-09-08 22:52:46 +09:00
parent e6a6ba5221
commit 21cfead52c
3 changed files with 0 additions and 11 deletions

View File

@@ -28,10 +28,6 @@
#include <sstream>
#include <unordered_set>
#if defined (_OPENMP)
#include <omp.h>
#endif
using namespace std;
namespace Learner