aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-03-07 11:18:29 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-03-07 11:18:29 +0100
commitca82e1ff51108a3dac37f52a96f3af4b4e8d1a18 (patch)
tree3575caa866bead81a65886f97d8be5543dbfcd36 /theories/Init
parent96046ed9804ed225d371dda37e978109756a98b6 (diff)
Farewell decl_mode
This commit removes from the source tree plugins/decl_mode, its chapter in the reference manual and related tests.
Diffstat (limited to 'theories/Init')
-rw-r--r--theories/Init/Prelude.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v
index 03f2328de..c58d23dad 100644
--- a/theories/Init/Prelude.v
+++ b/theories/Init/Prelude.v
@@ -19,7 +19,6 @@ Require Export Coq.Init.Tauto.
(* Initially available plugins
(+ nat_syntax_plugin loaded in Datatypes) *)
Declare ML Module "extraction_plugin".
-Declare ML Module "decl_mode_plugin".
Declare ML Module "cc_plugin".
Declare ML Module "ground_plugin".
Declare ML Module "recdef_plugin".