aboutsummaryrefslogtreecommitdiffhomepage
path: root/grammar
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-08-01 13:02:27 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-08-01 13:02:27 +0200
commit5bb4a60965169fb95027f16ef4d668959655cae0 (patch)
tree84a053d0fad4c77ab1def66da5cce913d819791c /grammar
parenta893cd2993acb8da5a17aa57694ded2355e8eaea (diff)
parent436abd92a520f13843b102b24b61802c88c7dba7 (diff)
Merge PR #921: [make] remove compat5 file.
Diffstat (limited to 'grammar')
-rw-r--r--grammar/compat5.ml13
1 files changed, 0 insertions, 13 deletions
diff --git a/grammar/compat5.ml b/grammar/compat5.ml
deleted file mode 100644
index 370d9e3a0..000000000
--- a/grammar/compat5.ml
+++ /dev/null
@@ -1,13 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-(* This file is meant for camlp5, for which there is nothing to
- add to gain camlp5 compatibility :-).
-
- See [compat5.mlp] for the [camlp4] counterpart
-*)