mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
remove dead code
This commit is contained in:
parent
8d5b012111
commit
d4e2daeab5
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ let fill_with_junk_ (a : _ array) i len : unit =
|
|||
else
|
||||
Array.fill (as_obj_arr a) i len (Obj.repr ())
|
||||
|
||||
let freeze v = { size = v.size; vec = v.vec }
|
||||
let freeze_copy v = { size = v.size; vec = Array.sub v.vec 0 v.size }
|
||||
let create () = { size = 0; vec = [||] }
|
||||
|
||||
let create_with ?(capacity = 128) x =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue