aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdep_common.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-01-01 23:31:47 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-01-01 23:31:47 +0100
commitbfdf6d2db29972ff52a1870524a230fdecb636dc (patch)
treee7c21c9f0816a5845a0be1ae361dd791fd092654 /tools/coqdep_common.ml
parent1b5d54b58f4ecea66ef9bf439d23b115d2c77050 (diff)
Remove unused functions.
Diffstat (limited to 'tools/coqdep_common.ml')
-rw-r--r--tools/coqdep_common.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/coqdep_common.ml b/tools/coqdep_common.ml
index b66529bb3..65fbd628a 100644
--- a/tools/coqdep_common.ml
+++ b/tools/coqdep_common.ml
@@ -165,11 +165,6 @@ let warning_module_notfound f s =
eprintf "*** Warning: in file %s, library %s is required and has not been found in the loadpath!\n%!"
f (String.concat "." s)
-let warning_notfound f s =
- eprintf "*** Warning: in file %s, the file " f;
- eprintf "%s.v is required and has not been found!\n" s;
- flush stderr
-
let warning_declare f s =
eprintf "*** Warning: in file %s, declared ML module " f;
eprintf "%s has not been found!\n" s;