diff options
| author | Gaëtan Gilbert | 2020-01-30 00:26:24 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-01-30 00:26:24 +0100 |
| commit | fbe455330a8353738c2b47bc9c00eca18054989e (patch) | |
| tree | 3b67c8e9ffcfb7043f059b55314b60b9d9b876c7 /clib/cEphemeron.ml | |
| parent | 8c04d108e1f57d0e8e11483a7c9de721ab2f026a (diff) | |
Remove unused CEphemeron.iter_opt, cleanup comments
Diffstat (limited to 'clib/cEphemeron.ml')
| -rw-r--r-- | clib/cEphemeron.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clib/cEphemeron.ml b/clib/cEphemeron.ml index a2a6933e36..78aa8266e4 100644 --- a/clib/cEphemeron.ml +++ b/clib/cEphemeron.ml @@ -103,8 +103,4 @@ let default (typ, boxkey) default = try (EHashtbl.find values boxkey).get typ with Not_found -> default -let iter_opt (typ, boxkey) f = - try f ((EHashtbl.find values boxkey).get typ) - with Not_found -> () - let clean () = EHashtbl.clean values |
