summaryrefslogtreecommitdiffstats
path: root/utils/misc.mli
diff options
context:
space:
mode:
Diffstat (limited to 'utils/misc.mli')
-rw-r--r--utils/misc.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/misc.mli b/utils/misc.mli
index 5efe20f13..27ab75bcd 100644
--- a/utils/misc.mli
+++ b/utils/misc.mli
@@ -35,11 +35,6 @@ val create_hashtable: int -> ('a * 'b) list -> ('a, 'b) Hashtbl.t
(* Create a hashtable of the given size and fills it with the
given bindings. *)
-val capitalize: string -> string
-val lowercase: string -> string
- (* Return a copy of the given string with the first character
- set to uppercase or lowercase, respectively. *)
-
val copy_file: in_channel -> out_channel -> unit
(* [copy_file ic oc] reads the contents of file [ic] and copies
them to [oc]. It stops when encountering EOF on [ic]. *)