We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618f349 commit 955c3feCopy full SHA for 955c3fe
ocaml/xapi/storage_mux.ml
@@ -162,9 +162,6 @@ module Mux = struct
162
let create context ~dbg ~sr ~vdi_info =
163
let module C = Client(struct let rpc = of_sr sr end) in
164
C.VDI.create ~dbg ~sr ~vdi_info
165
- let stat context ~dbg ~sr ~vdi =
166
- let module C = Client(struct let rpc = of_sr sr end) in
167
- C.VDI.stat ~dbg ~sr ~vdi
168
let snapshot context ~dbg ~sr ~vdi_info =
169
170
C.VDI.snapshot ~dbg ~sr ~vdi_info
0 commit comments