aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Tactics.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Init/Tactics.v')
-rw-r--r--theories/Init/Tactics.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/Init/Tactics.v b/theories/Init/Tactics.v
index 6207e2c69..89a319f09 100644
--- a/theories/Init/Tactics.v
+++ b/theories/Init/Tactics.v
@@ -56,4 +56,3 @@ Ltac f_equal :=
cut (e=e');[cut (d=d');[cut (c=c');[cut (b=b');[cut (a=a');[do 5 des; r|r]|r]|r]|r]|r]
| _ => idtac
end.
-