|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] ocaml: eventchn: remove the unused exception 'Eventchn.Error'
commit 814963a6647e9df3a42461d28f2f0c6e3d063016
Author: David Scott <dave.scott@xxxxxxxxxxxxx>
AuthorDate: Wed Mar 20 20:24:45 2013 +0000
Commit: Ian Campbell <ian.campbell@xxxxxxxxxx>
CommitDate: Thu Apr 11 12:03:12 2013 +0100
ocaml: eventchn: remove the unused exception 'Eventchn.Error'
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
tools/ocaml/libs/eventchn/xeneventchn.ml | 4 ----
tools/ocaml/libs/eventchn/xeneventchn.mli | 2 --
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/tools/ocaml/libs/eventchn/xeneventchn.ml
b/tools/ocaml/libs/eventchn/xeneventchn.ml
index acebe10..89edb92 100644
--- a/tools/ocaml/libs/eventchn/xeneventchn.ml
+++ b/tools/ocaml/libs/eventchn/xeneventchn.ml
@@ -14,8 +14,6 @@
* GNU Lesser General Public License for more details.
*)
-exception Error of string
-
type handle
external init: unit -> handle = "stub_eventchn_init"
@@ -32,5 +30,3 @@ external unmask: handle -> int -> unit =
"stub_eventchn_unmask"
let to_int x = x
let of_int x = x
-
-let _ = Callback.register_exception "eventchn.error" (Error
"register_callback")
diff --git a/tools/ocaml/libs/eventchn/xeneventchn.mli
b/tools/ocaml/libs/eventchn/xeneventchn.mli
index a35743b..e4e02a4 100644
--- a/tools/ocaml/libs/eventchn/xeneventchn.mli
+++ b/tools/ocaml/libs/eventchn/xeneventchn.mli
@@ -16,8 +16,6 @@
(** Event channel bindings: see tools/libxc/xenctrl.h *)
-exception Error of string
-
type handle
(** An initialised event channel interface. *)
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |