]> xenbits.xensource.com Git - xen.git/commitdiff
tools: ocaml: remove the domain_make and domain_build functions since they don't...
authorDavid Scott <dave.scott@eu.citrix.com>
Wed, 30 Mar 2011 17:54:28 +0000 (18:54 +0100)
committerDavid Scott <dave.scott@eu.citrix.com>
Wed, 30 Mar 2011 17:54:28 +0000 (18:54 +0100)
The actual stubs are missing so these are currently a trap for the unwary.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/ocaml/libs/xl/xl.ml
tools/ocaml/libs/xl/xl.mli

index 11ee3c5579ba3514ffb4af7dad5ac529a19420e3..52cb046e870793b244fbdae7099043dfaa61b446 100644 (file)
@@ -214,9 +214,6 @@ type sched_credit =
        cap: int;
 }
 
-external domain_make : create_info -> domid = "stub_xl_domain_make"
-external domain_build : build_info -> domid -> build_state = "stub_xl_domain_build"
-
 type button =
        | Button_Power
        | Button_Sleep
index 1b53f9263ae883ba90e3a3bdafe632dbff778462..c096ee952b2bac90ff0c723e3550212452e5eb4a 100644 (file)
@@ -214,9 +214,6 @@ type sched_credit =
        cap: int;
 }
 
-external domain_make : create_info -> domid = "stub_xl_domain_make"
-external domain_build : build_info -> domid -> build_state = "stub_xl_domain_build"
-
 type button =
        | Button_Power
        | Button_Sleep