summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.y b/parser.y
index 00d47b09..6df6452e 100644
--- a/parser.y
+++ b/parser.y
@@ -907,7 +907,6 @@ static val choose_quote(val quoted_form)
val rl(val form, val lineno)
{
sethash(form_to_ln_hash, form, lineno);
- pushhash(ln_to_forms_hash, lineno, form);
return form;
}