aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/first-order/g_ground.ml43
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/first-order/g_ground.ml4 b/contrib/first-order/g_ground.ml4
index d6f76a0a94..bfdf5dbfc1 100644
--- a/contrib/first-order/g_ground.ml4
+++ b/contrib/first-order/g_ground.ml4
@@ -90,6 +90,7 @@ TACTIC EXTEND Firstorder
[ gen_ground_tac true (option_app eval_tactic t) Void ]
END
+(* Obsolete since V8.0
TACTIC EXTEND GTauto
[ "GTauto" ] ->
[ gen_ground_tac false (Some fail_solver) Void ]
@@ -99,4 +100,4 @@ TACTIC EXTEND GIntuition
[ "GIntuition" tactic_opt(t) ] ->
[ gen_ground_tac false (option_app eval_tactic t) Void ]
END
-
+*)