removed useless comment

This commit is contained in:
Simon Cruanes 2014-10-20 23:03:59 +02:00
parent de494e9667
commit 56132eacad

View file

@ -100,10 +100,6 @@ module Make(O : Map.OrderedType) = struct
) m;
Buffer.add_string buf stop
(*$T
CCPrint.to_string (pp CCPrint.int) [1;2;3] = "[1, 2, 3]"
*)
let print ?(start="[") ?(stop="]") ?(arrow="->") ?(sep=", ") pp_k pp_v fmt m =
Format.pp_print_string fmt start;
let first = ref true in