summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index f156bb3..31c0472 100644
--- a/eval.c
+++ b/eval.c
@@ -645,7 +645,6 @@ static Value *ident_val(Identifier i) {
return valp;
} else {
/* struct parameter */
- printf("--%p\n",decl);
assert(decl->flags & DECL_FOUND_VAL);
if (arr_len(decl->idents) > 1)
return &decl->val.tuple[idx];