[muparser] Remove cmFUNC_BULK

fish does not need bulk functions, which are used to enable parallel
computations.
This commit is contained in:
ridiculousfish
2017-11-22 10:28:14 -08:00
parent c5a0c58cfb
commit 85334432ed
12 changed files with 319 additions and 972 deletions

View File

@@ -99,7 +99,6 @@ class ParserBase {
value_type Eval() const;
value_type *Eval(int &nStackSize) const;
void Eval(value_type *results, int nBulkSize);
int GetNumResults() const;