summaryrefslogtreecommitdiff
path: root/parser.fun
diff options
context:
space:
mode:
Diffstat (limited to 'parser.fun')
-rw-r--r--parser.fun1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.fun b/parser.fun
index a229425..85ff551 100644
--- a/parser.fun
+++ b/parser.fun
@@ -3289,7 +3289,6 @@ functor Parser(structure Tree: TREE; structure P: PPC;
fun canonExprIni toplev t ea =
if toplev then
let
- val () = printf `"Here\n" %
val value = eval ea t
val layout = [{ offset = 0w0, t, value }]
in