Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jan 10, 2025
1 parent 3494f49 commit 6240938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/CStarToC11.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,6 @@ let mk_type_or_external m (w: where) ?(is_inline_static=false) (d: decl): C.decl
(Z.of_int (List.length cases)),
if custom_values <> [] then List.hd custom_values else Z.zero
in
KPrint.bprintf "max_value=%s, min_value=%s\n" (Z.to_string max_value) (Z.to_string min_value);
let t =
if Z.(geq min_value zero && leq max_value (of_string "0xff")) then
K.UInt8
Expand Down

0 comments on commit 6240938

Please sign in to comment.