diff options
| author | Gaetan Gilbert | 2017-04-27 21:58:52 +0200 |
|---|---|---|
| committer | Gaetan Gilbert | 2017-04-27 21:58:52 +0200 |
| commit | 9a48211ea8439a8502145e508b70ede9b5929b2f (patch) | |
| tree | 55b533fdf2e2237e675dfddccad9f3bb1d8cc23c /tactics | |
| parent | a77734ad64fff2396b161308099923037fb5d8a1 (diff) | |
Post-rebase warnings (unused opens and 2 unused values)
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/auto.ml | 3 | ||||
| -rw-r--r-- | tactics/class_tactics.ml | 1 | ||||
| -rw-r--r-- | tactics/class_tactics.mli | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml index 324c551d05..c2d12ebd08 100644 --- a/tactics/auto.ml +++ b/tactics/auto.ml @@ -10,15 +10,12 @@ module CVars = Vars open Pp open Util -open CErrors open Names open Termops open EConstr open Environ -open Tacmach open Genredexpr open Tactics -open Tacticals open Clenv open Locus open Proofview.Notations diff --git a/tactics/class_tactics.ml b/tactics/class_tactics.ml index 6c724a1eb1..2d6dffdd23 100644 --- a/tactics/class_tactics.ml +++ b/tactics/class_tactics.ml @@ -19,7 +19,6 @@ open Term open Termops open EConstr open Proof_type -open Tacticals open Tacmach open Tactics open Clenv diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli index 4ab29f260f..c5731e3779 100644 --- a/tactics/class_tactics.mli +++ b/tactics/class_tactics.mli @@ -10,7 +10,6 @@ open Names open EConstr -open Tacmach val catchable : exn -> bool |
