aboutsummaryrefslogtreecommitdiff
path: root/lib/cString.mli
diff options
context:
space:
mode:
authorMatej Kosik2016-09-28 16:19:23 +0200
committerMatej Kosik2016-09-28 16:34:21 +0200
commita75770eb41e8a3bbfb44cb65d04bb3af29448fe7 (patch)
tree2de3f36abd006b58d7e4a8f89efca0a4116abaf4 /lib/cString.mli
parentdaae678047ee2a1c53d4dc423976f77e40ba753f (diff)
CLEANUP: remove the definition of the "CString.map" function. We will use the official "String.map" function instead.
Diffstat (limited to 'lib/cString.mli')
-rw-r--r--lib/cString.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/cString.mli b/lib/cString.mli
index 5292b34d0a..65edfbbe68 100644
--- a/lib/cString.mli
+++ b/lib/cString.mli
@@ -32,9 +32,6 @@ sig
val strip : string -> string
(** Remove the surrounding blank characters from a string *)
- val map : (char -> char) -> string -> string
- (** Apply a function on a string character-wise. *)
-
val drop_simple_quotes : string -> string
(** Remove the eventual first surrounding simple quotes of a string. *)