diff options
Diffstat (limited to 'lib/system.mli')
| -rw-r--r-- | lib/system.mli | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/system.mli b/lib/system.mli index aa964abebe..0c0cc9fae5 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -104,7 +104,4 @@ val get_time : unit -> time 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 +val with_time : batch:bool -> ('a -> 'b) -> 'a -> 'b |
