Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ocaml/license/license_init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
module D = Debug.Make(struct let name="license" end)
open D

let ( |> ) a b = b a

(* Dependency injection for unit tests *)
module type V6clientS = module type of V6client
let v6client = ref (module V6client : V6clientS)
Expand Down
2 changes: 0 additions & 2 deletions ocaml/test/mock.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* GNU Lesser General Public License for more details.
*)

let ( |> ) a b = b a

module Database = struct

let _schema = Datamodel_schema.of_datamodel () ;;
Expand Down
2 changes: 0 additions & 2 deletions ocaml/test/suite.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

open OUnit

let ( |> ) a b = b a

let base_suite =
"base_suite" >:::
[
Expand Down
2 changes: 0 additions & 2 deletions ocaml/xapi/cancel_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
open Client
open Pervasiveext

let ( |> ) a b = b a

let debug (fmt: ('a , unit, string, unit) format4) =
(* Convert calendar time, x, to tm in UTC *)
let of_float x =
Expand Down