Skip to content

Commit 6240938

Browse files
committed
Remove debug
1 parent 3494f49 commit 6240938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/CStarToC11.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,6 @@ let mk_type_or_external m (w: where) ?(is_inline_static=false) (d: decl): C.decl
13011301
(Z.of_int (List.length cases)),
13021302
if custom_values <> [] then List.hd custom_values else Z.zero
13031303
in
1304-
KPrint.bprintf "max_value=%s, min_value=%s\n" (Z.to_string max_value) (Z.to_string min_value);
13051304
let t =
13061305
if Z.(geq min_value zero && leq max_value (of_string "0xff")) then
13071306
K.UInt8

0 commit comments

Comments
 (0)