diff options
| author | whitequark | 2018-06-19 14:51:53 +0000 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-03 14:00:42 +0200 |
| commit | 695e8b577ee9bc49888133b8690db77f3d6ac3b7 (patch) | |
| tree | 65824e9dbfa0980e0aec675f2722f2f28e0535ab /clib/cEphemeron.ml | |
| parent | 326f52393f03b4255822f80ffaa52c4e585c8a61 (diff) | |
Rename CEphemeron.clear→clean for clarity.
Diffstat (limited to 'clib/cEphemeron.ml')
| -rw-r--r-- | clib/cEphemeron.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clib/cEphemeron.ml b/clib/cEphemeron.ml index 75b75a1dd4..d7cc0a4dc2 100644 --- a/clib/cEphemeron.ml +++ b/clib/cEphemeron.ml @@ -107,5 +107,4 @@ let iter_opt (typ, boxkey) f = try f ((EHashtbl.find values boxkey).get typ) with Not_found -> () -(* NB: clear only removes dead bindings, so it uses Ephemeron.S.clean *) -let clear () = EHashtbl.clean values +let clean () = EHashtbl.clean values |
