diff options
| author | vgross | 2009-05-27 14:30:03 +0000 |
|---|---|---|
| committer | vgross | 2009-05-27 14:30:03 +0000 |
| commit | c6f3b913da61f7672a8d6e4b5e6d7ef1f94165fd (patch) | |
| tree | 9993226384525e9a7b1e471e3bf08985e8a14625 | |
| parent | de33cca1afab52c1eee9853caf2fb6a5e9796103 (diff) | |
keeping interface synch'ed
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12144 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | ide/coq.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/coq.mli b/ide/coq.mli index 918519b1a0..714cb58cd0 100644 --- a/ide/coq.mli +++ b/ide/coq.mli @@ -93,8 +93,6 @@ type tried_tactic = | Success of int (* nb of goals after *) | Failed -val try_interptac: string -> tried_tactic - (* Message to display in lower status bar. *) val current_status : unit -> string |
