aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ltac')
-rw-r--r--plugins/ltac/extraargs.ml41
-rw-r--r--plugins/ltac/g_auto.ml41
-rw-r--r--plugins/ltac/g_class.ml42
3 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ltac/extraargs.ml4 b/plugins/ltac/extraargs.ml4
index 0c6d10bf8c..4de27e8138 100644
--- a/plugins/ltac/extraargs.ml4
+++ b/plugins/ltac/extraargs.ml4
@@ -9,7 +9,6 @@
(************************************************************************)
open Pp
-open Genarg
open Stdarg
open Tacarg
open Pcoq.Prim
diff --git a/plugins/ltac/g_auto.ml4 b/plugins/ltac/g_auto.ml4
index 8eadb66edc..6913543c9a 100644
--- a/plugins/ltac/g_auto.ml4
+++ b/plugins/ltac/g_auto.ml4
@@ -10,7 +10,6 @@
open Pp
open Constr
-open Genarg
open Stdarg
open Pcoq.Prim
open Pcoq.Constr
diff --git a/plugins/ltac/g_class.ml4 b/plugins/ltac/g_class.ml4
index 1c2f90b670..265368833b 100644
--- a/plugins/ltac/g_class.ml4
+++ b/plugins/ltac/g_class.ml4
@@ -32,8 +32,6 @@ VERNAC COMMAND EXTEND Typeclasses_Rigid_Settings CLASSIFIED AS SIDEFF
set_transparency cl false ]
END
-open Genarg
-
let pr_debug _prc _prlc _prt b =
if b then Pp.str "debug" else Pp.mt()