Remove debug info

This commit is contained in:
Cédric Pasteur 2010-07-16 14:16:31 +02:00
parent 9f7c4da446
commit ac4e46eff9

View file

@ -76,7 +76,7 @@ and apply_op op se_list =
Sint n
| Modname { qual = "Pervasives"; id = "=" } ->
Sbool (n1 = n2)
| _ -> Format.printf "Unsupported op: %s\n" (fullname op); assert false (*TODO: add missing operators*)
| _ -> assert false (*TODO: add missing operators*)
)
| [{ se_desc = Sint n }] ->
(match op with