Skip to content

Commit

Permalink
Removed HAVE_CX11
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-1991 committed May 30, 2018
1 parent 7e9699e commit dac796c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/shogun/base/init.cpp
Expand Up @@ -260,7 +260,6 @@ namespace shogun
linalg->set_linalg_warnings(false);
}

#ifdef HAVE_CXX11
char* env_thread_val = NULL;
Parallel* parallel = get_global_parallel();
env_thread_val = getenv("SHOGUN_NUM_THREADS");
Expand All @@ -275,6 +274,5 @@ namespace shogun
"variable could not be parsed as integer!\n", env_thread_val);
}
}
#endif
}
}
2 changes: 0 additions & 2 deletions src/shogun/multiclass/LSHKNNSolver.h
Expand Up @@ -20,7 +20,6 @@ namespace shogun
* For more information, see https://en.wikipedia.org/wiki/Locality-sensitive_hashing.
*
*/
#ifdef HAVE_CXX11
class CLSHKNNSolver : public CKNNSolver
{
public:
Expand Down Expand Up @@ -70,7 +69,6 @@ class CLSHKNNSolver : public CKNNSolver
int32_t m_lsh_t;

};
#endif
}

#endif

0 comments on commit dac796c

Please sign in to comment.