mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
[muparser] Remove cmFUNC_BULK
fish does not need bulk functions, which are used to enable parallel computations.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user