mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Removed unused OMP_ macro.
This commit is contained in:
@@ -27,10 +27,6 @@
|
|||||||
#include <regex>
|
#include <regex>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
#if defined (_OPENMP)
|
|
||||||
#include <omp.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace Learner
|
namespace Learner
|
||||||
|
|||||||
@@ -28,10 +28,6 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
#if defined (_OPENMP)
|
|
||||||
#include <omp.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace Learner
|
namespace Learner
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
#if defined (EVAL_LEARN)
|
#if defined (EVAL_LEARN)
|
||||||
|
|
||||||
#if defined(_OPENMP)
|
|
||||||
#include <omp.h>
|
|
||||||
#endif
|
|
||||||
#include "../misc.h"
|
#include "../misc.h"
|
||||||
|
|
||||||
using namespace Eval;
|
using namespace Eval;
|
||||||
|
|||||||
Reference in New Issue
Block a user