diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-02 22:41:56 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-11-04 15:04:07 +0100 |
commit | 40925337a972991468335b90ce4f685f7102d830 (patch) | |
tree | 81148704544666b8860d6140009d34f00793351c /src/libexpr/eval.hh | |
parent | 05560f6350f5e330c286e048b8fbbb24dafbf16b (diff) |
Remove maxPrimOpArity
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 65cf04b57..1aab8e166 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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); |