Skip to content

Commit 24f6db6

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

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
@@ -1794,8 +1794,6 @@ let rec diff a b =
17941794
| a :: aa ->
17951795
if List.mem a b then diff aa b else a :: diff aa b
17961796

1797-
(* default false due to bugs in SMAPIv3 plugins,
1798-
once they are fixed this should be set to true *)
17991797
let concurrent = ref true
18001798

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

0 commit comments

Comments
 (0)