Remove builtins.valueSize

Fixes #3246.
This commit is contained in:
Eelco Dolstra
2019-11-28 13:52:42 +01:00
parent abb8ef619b
commit 2d6f1ddbb5
4 changed files with 0 additions and 109 deletions
-1
View File
@@ -37,7 +37,6 @@ struct PrimOp
struct Env
{
Env * up;
unsigned short size; // used by valueSize
unsigned short prevWith:14; // nr of levels up to next `with' environment
enum { Plain = 0, HasWithExpr, HasWithAttrs } type:2;
Value * values[0];