[muparser] Remove MUP_USE_OPENMP

We are not using OpenMP in the fish shell.
This commit is contained in:
ridiculousfish
2017-11-18 12:34:52 -08:00
parent 483930946b
commit 8364e59709
2 changed files with 1 additions and 61 deletions

View File

@@ -51,12 +51,6 @@
*/
#define MUP_BASETYPE double
/** \brief Activate this option in order to compile with OpenMP support.
OpenMP is used only in the bulk mode it may increase the performance a bit.
*/
//#define MUP_USE_OPENMP
#if defined(_UNICODE)
/** \brief Definition of the basic parser string type. */
#define MUP_STRING_TYPE std::wstring