diff options
| author | Hugo Herbelin | 2014-07-07 21:34:49 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-07-07 21:34:49 +0200 |
| commit | a3503c0aca07f5e7f5785faa7b76123a02ecc2af (patch) | |
| tree | ae07277425e50314b0c341752a11af3055a01907 /intf | |
| parent | abad0a15ac44cb5b53b87382bb4d587d9800a0f6 (diff) | |
Revert "time tac" (committed by mistake).
This reverts commit abad0a15ac44cb5b53b87382bb4d587d9800a0f6.
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index e64dcb62c1..530213b7cf 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -209,7 +209,6 @@ and ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr = ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacDo of int or_var * ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacTimeout of int or_var * ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr - | TacTime of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacRepeat of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacProgress of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacShowHyps of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr |
