summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 9df4f4a..cd9b95a 100644
--- a/eval.c
+++ b/eval.c
@@ -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;
}