diff options
| author | Matej Kosik | 2016-08-29 18:24:08 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-08-30 10:36:59 +0200 |
| commit | 24f70f4173726c5c4734a6f8f907d4bf4a0124ea (patch) | |
| tree | 1d52a94bfdfd7fdf226389edb18be880bc37679f | |
| parent | e969a56e2d0c354057b4d9da0d48349d2a5a61e2 (diff) | |
CLEANUP: removing a function that duplicates its counterpart already present in the Ocaml standard library
| -rw-r--r-- | ide/utils/config_file.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ide/utils/config_file.ml b/ide/utils/config_file.ml index 4d0aabeb6a..e4c613913b 100644 --- a/ide/utils/config_file.ml +++ b/ide/utils/config_file.ml @@ -44,9 +44,6 @@ (* ******************************************************************************** *) (* This code is intended to be usable without any dependencies. *) -(* pipeline style, see for instance Raw.of_channel. *) -let (|>) x f = f x - (* as List.assoc, but applies f to the element matching [key] and returns the list where this element has been replaced by the result of f. *) let rec list_assoc_remove key f = function |
