diff options
| author | Clément Pit-Claudel | 2020-09-08 14:52:36 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2020-09-08 14:52:36 -0400 |
| commit | 0ab3e7f16064be178e7c48aeef5252cc0d0d3109 (patch) | |
| tree | 56d503cc9c227adc903653661d517f58c420ba17 /doc/tools/docgram/common.edit_mlg | |
| parent | d19175c1c7e64777129742dbc986521efa61072e (diff) | |
| parent | f3642ad8bdf6d9aa1b411892e5e6815a6a75e4d5 (diff) | |
Merge PR #12993: Remove deprecated tactic cutrewrite.
Reviewed-by: cpitclaudel
Reviewed-by: ppedrot
Diffstat (limited to 'doc/tools/docgram/common.edit_mlg')
| -rw-r--r-- | doc/tools/docgram/common.edit_mlg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/tools/docgram/common.edit_mlg b/doc/tools/docgram/common.edit_mlg index 6625e07d05..9971a03894 100644 --- a/doc/tools/docgram/common.edit_mlg +++ b/doc/tools/docgram/common.edit_mlg @@ -1033,9 +1033,6 @@ simple_tactic: [ | DELETE "unify" constr constr | REPLACE "unify" constr constr "with" preident | WITH "unify" constr constr OPT ( "with" preident ) -| DELETE "cutrewrite" orient constr -| REPLACE "cutrewrite" orient constr "in" hyp -| WITH "cutrewrite" orient constr OPT ( "in" hyp ) | DELETE "destauto" | REPLACE "destauto" "in" hyp | WITH "destauto" OPT ( "in" hyp ) |
