summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-07-27 07:08:02 +0200
committerStéphane Glondu <glondu@debian.org>2017-07-27 07:08:02 +0200
commitc6be8739782c87796396eedd89f762c2d8209a15 (patch)
tree65794007127ccd6deb4c2a1f326b956200c8a6c5
parent9e3974ed3a2e9d20d7e4ef563fdba6edd4284288 (diff)
Remove duplicate constructor, to fix FTBFS with ocaml 4.04.
Gbp-Pq: Name ftbfs-ocaml4.04.patch
-rw-r--r--src/oBus_bus.ml3
-rw-r--r--src/oBus_bus.mli4
2 files changed, 0 insertions, 7 deletions
diff --git a/src/oBus_bus.ml b/src/oBus_bus.ml
index 33c59c5..6654eba 100644
--- a/src/oBus_bus.ml
+++ b/src/oBus_bus.ml
@@ -151,9 +151,6 @@ exception Match_rule_not_found of string
exception Match_rule_invalid of string
with obus("org.freedesktop.DBus.Error.MatchRuleInvalid")
-exception Service_unknown of string
- with obus("org.freedesktop.DBus.Error.ServiceUnknown")
-
exception Name_has_no_owner of string
with obus("org.freedesktop.DBus.Error.NameHasNoOwner")
diff --git a/src/oBus_bus.mli b/src/oBus_bus.mli
index 142731b..e81fe58 100644
--- a/src/oBus_bus.mli
+++ b/src/oBus_bus.mli
@@ -152,10 +152,6 @@ val list_queued_owners : t -> OBus_name.bus -> OBus_name.bus list Lwt.t
(** Return the connection unique names of applications waiting for a
name *)
-exception Service_unknown of string
- (** Raised when we try to contact a service which is not available
- and the bus do not known how to start it *)
-
(** {6 Messages routing} *)
(** Note that you should prefer using {!OBus_match.export} and