aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/tQueue.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stm/tQueue.mli')
-rw-r--r--stm/tQueue.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/stm/tQueue.mli b/stm/tQueue.mli
index abb14f969..230ce032a 100644
--- a/stm/tQueue.mli
+++ b/stm/tQueue.mli
@@ -15,9 +15,6 @@ val push : 'a t -> 'a -> unit
val set_order : 'a t -> ('a -> 'a -> int) -> unit
val wait_until_n_are_waiting_and_queue_empty : int -> 'a t -> unit
-(* also empties the queue *)
-val dump : 'a t -> 'a list
-
(* Non destructive *)
val wait_until_n_are_waiting_then_snapshot : int -> 'a t -> 'a list