aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-06 22:27:31 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-06 22:27:43 +0200
commit33f7d95a655add1967b5c520eb05e816963e1936 (patch)
tree656ea68a9dd1f37db86474b0337446507d075dca /theories/Compat
parentbb5213eaafdf3dbb898149f10513324df987ef6c (diff)
Relying instead on the Coq85 inclusion!
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq84.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v
index 2cd38261b..39bc59a65 100644
--- a/theories/Compat/Coq84.v
+++ b/theories/Compat/Coq84.v
@@ -60,9 +60,6 @@ Tactic Notation "symmetry" := symmetry.
Tactic Notation "split" := split.
Tactic Notation "esplit" := esplit.
-Global Unset Bracketing Last Introduction Pattern.
-Global Unset Regular Subst Tactic.
-
(** Many things now import [PeanoNat] rather than [NPeano], so we require it so that the old absolute names in [NPeano.Nat] are available. *)
Require Coq.Numbers.Natural.Peano.NPeano.