aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/system.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-06-10 04:12:11 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-12-11 11:59:07 +0100
commita758aac39aa330911f5f589ab3cae1bebed1e9ce (patch)
tree17e8e7c41a194a8ac3d17c9fa922da1177e574d4 /lib/system.mli
parenta77f3a3e076e273af35ad520cae2eef0e3552811 (diff)
[stm] Move process_id to Spawned.
This brings us one step closer to actually moving all STM flags to `stm`.
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/system.mli b/lib/system.mli
index aa964abeb..c02bc9c8a 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -105,6 +105,3 @@ val time_difference : time -> time -> float (** in seconds *)
val fmt_time_difference : time -> time -> Pp.t
val with_time : bool -> ('a -> 'b) -> 'a -> 'b
-
-(** {6 Name of current process.} *)
-val process_id : unit -> string