From b91315237cc35aa061b2549d31fb908416019b7e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 8 Mar 2019 02:13:42 -0500 Subject: Remove GlobalTacticals It turns out they don't actually work. See https://github.com/coq/coq/issues/9719, https://github.com/coq/coq/issues/9718, https://github.com/coq/coq/issues/9717, https://github.com/coq/coq/issues/9462#issuecomment-470822923 --- src/Util/Tactics.v | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Util/Tactics.v') diff --git a/src/Util/Tactics.v b/src/Util/Tactics.v index aedd1105d..7b378c9bf 100644 --- a/src/Util/Tactics.v +++ b/src/Util/Tactics.v @@ -19,7 +19,6 @@ Require Export Crypto.Util.Tactics.ETransitivity. Require Export Crypto.Util.Tactics.EvarExists. Require Export Crypto.Util.Tactics.Forward. Require Export Crypto.Util.Tactics.GetGoal. -Require Export Crypto.Util.Tactics.GlobalTacticals. Require Export Crypto.Util.Tactics.HasBody. Require Export Crypto.Util.Tactics.Head. Require Export Crypto.Util.Tactics.MoveLetIn. -- cgit v1.2.3