aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacmach.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/tacmach.ml')
-rw-r--r--proofs/tacmach.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/proofs/tacmach.ml b/proofs/tacmach.ml
index de73f7720..9a03df041 100644
--- a/proofs/tacmach.ml
+++ b/proofs/tacmach.ml
@@ -6,7 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-open Errors
open Util
open Names
open Namegen
@@ -205,7 +204,6 @@ let pr_glls glls =
(* Variants of [Tacmach] functions built with the new proof engine *)
module New = struct
- open Proofview.Notations
let pf_apply f gl =
f (Proofview.Goal.env gl) (Proofview.Goal.sigma gl)