aboutsummaryrefslogtreecommitdiff
path: root/clib/cUnix.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-09 13:01:53 +0100
committerEmilio Jesus Gallego Arias2018-11-12 03:32:32 +0100
commita8a3aeb49f3627a65c86c92b0ed743f7bfcf9ffb (patch)
tree9f0e929522f2c46249200ff4e270833c014c0ec9 /clib/cUnix.mli
parent186d67228018a84a93de024971356249ddbde668 (diff)
[clib] Remove unneeded `get_extension` function.
This has been in OCaml since 4.04.
Diffstat (limited to 'clib/cUnix.mli')
-rw-r--r--clib/cUnix.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/clib/cUnix.mli b/clib/cUnix.mli
index 1b185345be..896ccd4ea7 100644
--- a/clib/cUnix.mli
+++ b/clib/cUnix.mli
@@ -38,10 +38,6 @@ val path_to_list : string -> string list
[file] does not already end with [suf]. *)
val make_suffix : string -> string -> string
-(** Return the extension of a file, i.e. its smaller suffix starting
- with "." if any, or "" otherwise. *)
-val get_extension : string -> string
-
val file_readable_p : string -> bool
(** {6 Executing commands } *)