]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
remove maybe duplicate copy
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 18 May 2009 18:41:15 +0000 (11:41 -0700)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 18 May 2009 18:41:15 +0000 (11:41 -0700)
xenops/domain.ml

index 9a26d6734f5841a9ca427de2560996ac02cab4f6..d8fd78f8da9e7f213c61e1e9781700eb7e0e2575 100644 (file)
@@ -83,7 +83,6 @@ let set_difference a b = List.filter (fun x -> not(List.mem x b)) a
 let assert_file_is_readable filename = 
        try Unix.access filename [ Unix.F_OK; Unix.R_OK ]
        with _ -> raise (Could_not_read_file filename)
-let maybe f = function None -> () | Some x -> f x
 
 type domarch = Arch_HVM | Arch_native | Arch_X64 | Arch_X32