Skip to content

Commit c062888

Browse files
authored
Merge pull request #2733 from euanh/remove-pipeline-operator
Remove local definitions of the |> operator
2 parents 745c932 + af08a8d commit c062888

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

ocaml/license/license_init.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
module D = Debug.Make(struct let name="license" end)
1616
open D
1717

18-
let ( |> ) a b = b a
19-
2018
(* Dependency injection for unit tests *)
2119
module type V6clientS = module type of V6client
2220
let v6client = ref (module V6client : V6clientS)

ocaml/test/mock.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* GNU Lesser General Public License for more details.
1313
*)
1414

15-
let ( |> ) a b = b a
16-
1715
module Database = struct
1816

1917
let _schema = Datamodel_schema.of_datamodel () ;;

ocaml/test/suite.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
open OUnit
1616

17-
let ( |> ) a b = b a
18-
1917
let base_suite =
2018
"base_suite" >:::
2119
[

ocaml/xapi/cancel_tests.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
open Client
1515
open Pervasiveext
1616

17-
let ( |> ) a b = b a
18-
1917
let debug (fmt: ('a , unit, string, unit) format4) =
2018
(* Convert calendar time, x, to tm in UTC *)
2119
let of_float x =

0 commit comments

Comments
 (0)