Fix extra space from r64084
[lhc/web/wiklou.git] / math / texvc_test.ml
index 3bce529..cd3a1df 100644 (file)
@@ -8,7 +8,6 @@ let rec foo () =
        let line = input_line stdin in
        (try
            let tree = Parser.tex_expr lexer_token_safe (Lexing.from_string line) in
-           let out = Util.mapjoin Texutil.render_tex tree in
            (match Html.render tree with
                Some _ -> print_string "$^\n"
              | None -> print_string "$_\n";