diff options
Diffstat (limited to 'interpreter/graphs.c')
-rw-r--r-- | interpreter/graphs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interpreter/graphs.c b/interpreter/graphs.c index d793efb..1f0dcb4 100644 --- a/interpreter/graphs.c +++ b/interpreter/graphs.c @@ -119,7 +119,6 @@ void cpy_node_to_expression(expression* dst, struct node* src) { return; free_expression(dst); - dst->is_strict = 0; dst->kind = src->kind; switch (src->kind) { |