summaryrefslogtreecommitdiff
path: root/math/texvc_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'math/texvc_test.ml')
-rw-r--r--math/texvc_test.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/texvc_test.ml b/math/texvc_test.ml
index 3bce5296..cd3a1dfa 100644
--- a/math/texvc_test.ml
+++ b/math/texvc_test.ml
@@ -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";