Skip to content

Commit

Permalink
Merge pull request #3650 from abhinavrai44/feature/openmp
Browse files Browse the repository at this point in the history
Remove pthread header from SVMLightOneClass
  • Loading branch information
vigsterkr committed Feb 28, 2017
2 parents 277aeb7 + 5c7f594 commit 7ec1bf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shogun/classifier/svm/SVMLightOneClass.cpp
Expand Up @@ -33,10 +33,6 @@ extern "C" {

#include <shogun/base/Parallel.h>

#ifdef HAVE_PTHREAD
#include <pthread.h>
#endif

using namespace shogun;

CSVMLightOneClass::CSVMLightOneClass(float64_t C, CKernel* k)
Expand Down

0 comments on commit 7ec1bf1

Please sign in to comment.