Skip to content

Commit 7059e02

Browse files
committed
Remove stale FFI representation comments
Signed-off-by: Cristiano Calcagno <cristianoc@users.noreply.github.com>
1 parent 8292acc commit 7059e02

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

compiler/frontend/ast_external_mk.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ let inline_string (s : string) (delim_raw : string option) =
7878

7979
let inline_bool b = inline_const (Const_bool b)
8080

81-
(* FIXME: check overflow ?*)
8281
let inline_int i = inline_const (Const_int i)
8382

8483
let inline_bigint s =

compiler/ml/external_ffi_types.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ type external_module_name = {
3636
}
3737

3838
type arg_type = External_arg_spec.attr
39-
(** TODO: information between [arg_type] and [arg_label] are duplicated,
40-
design a more compact representation so that it is also easy to seralize by hand
41-
*)
4239

4340
type arg_label = External_arg_spec.label
4441

0 commit comments

Comments
 (0)