Skip to content

Commit 3e36355

Browse files
committed
CA-388210: delete comment about deadlock bug, they are fixed
Signed-off-by: Edwin Török <[email protected]>
1 parent f1c3cee commit 3e36355

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ocaml/xapi-storage-script/main.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,8 +1791,6 @@ let rec diff a b =
17911791
| a :: aa ->
17921792
if List.mem a b then diff aa b else a :: diff aa b
17931793

1794-
(* default false due to bugs in SMAPIv3 plugins,
1795-
once they are fixed this should be set to true *)
17961794
let concurrent = ref true
17971795

17981796
type reload = All | Files of string list | Nothing

0 commit comments

Comments
 (0)