Revert "ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081."

This reverts commit ad7c4498f6.

Reverted because we still see core dumps.
This commit is contained in:
Richard W.M. Jones
2012-07-16 14:01:46 +01:00
parent 2bd080fd5a
commit d69a03e448

View File

@@ -115,7 +115,6 @@ and start_thread (filename, mp) =
let t = time () in
if t -. start_t < total_time then (
if debug then eprintf "%s < mounting filesystem\n%!" mp;
Gc.compact (); (* Workaround for RHBZ#838081 *)
g#mount_local mp;
(* Run test in an exec'd subprocess. *)