aboutsummaryrefslogtreecommitdiff
path: root/checker/main.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-10-17 15:04:12 +0200
committerGaëtan Gilbert2018-10-29 13:10:38 +0100
commit98a792b79c4bea810bc4fe623c9006e8eeaeb468 (patch)
tree09ff403dfee4aa9e7f8e54b796dd155735ff895c /checker/main.mli
parent60b7d3662880666a22e0b90f55b49361c453e3f4 (diff)
Rename checker/{main->coqchk}
Diffstat (limited to 'checker/main.mli')
-rw-r--r--checker/main.mli12
1 files changed, 0 insertions, 12 deletions
diff --git a/checker/main.mli b/checker/main.mli
deleted file mode 100644
index 9db9ecd12e..0000000000
--- a/checker/main.mli
+++ /dev/null
@@ -1,12 +0,0 @@
-(************************************************************************)
-(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
-(* <O___,, * (see CREDITS file for the list of authors) *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(* * (see LICENSE file for the text of the license) *)
-(************************************************************************)
-
-(* This empty file avoids a race condition that occurs when compiling a .ml file
- that does not have a corresponding .mli file *)