Skip to content

Commit f932eda

Browse files
committed
remove commented out code
1 parent 88ccf15 commit f932eda

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/sys/stm_tests.ml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,7 @@ struct
178178
if mem_model fs (path @ [new_file_name])
179179
then fs
180180
else mkfile_model fs path new_file_name
181-
(*
182-
let env = Unix.environment ()
183-
184-
let sys_command_silent cmd =
185-
let stdout,stdin,stderr = Unix.open_process_full cmd env in
186-
In_channel.close stdout;
187-
Out_channel.close stdin;
188-
In_channel.close stderr
189-
*)
181+
190182
let init_sut () =
191183
try Sys.mkdir sandbox_root 0o700
192184
with Sys_error msg when msg = sandbox_root ^ ": File exists" -> ()

0 commit comments

Comments
 (0)