From 24f70f4173726c5c4734a6f8f907d4bf4a0124ea Mon Sep 17 00:00:00 2001 From: Matej Kosik Date: Mon, 29 Aug 2016 18:24:08 +0200 Subject: CLEANUP: removing a function that duplicates its counterpart already present in the Ocaml standard library --- ide/utils/config_file.ml | 3 --- 1 file changed, 3 deletions(-) (limited to 'ide/utils') 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 -- cgit v1.2.3