mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Remove maxPrimOpArity
This commit is contained in:
parent
05560f6350
commit
40925337a9
2 changed files with 0 additions and 4 deletions
|
@ -279,8 +279,6 @@ private:
|
|||
|
||||
void addConstant(const string & name, Value * v);
|
||||
|
||||
constexpr static size_t maxPrimOpArity = 3;
|
||||
|
||||
Value * addPrimOp(const string & name,
|
||||
size_t arity, PrimOpFun primOp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue