diff options
author | glenda <glenda@cirno> | 2022-09-19 08:29:59 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-19 08:29:59 +0000 |
commit | adb643fc8130cd396acf08153f75e2f1cd059bd7 (patch) | |
tree | 6786dd37eebde957b4e6fe036afc57efac31c97b /eval.c | |
parent | e275bf9ff105bbb3e12fcf15e3ab755ed0cd26cf (diff) |
Don't refcount symbol tables
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -362,8 +362,6 @@ monadop(Datum *left, Datum *right) incdatumref(left); result->func.left = nil; result->func.scope = right->operator.scope; - if(result->func.scope) - result->func.scope->refs++; return result; } |