mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26:02 +01: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