aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-06-11 15:20:23 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-06-11 15:20:23 +0000
commit80105c8482bd487782dcab8161fa1fc1f3fdf635 (patch)
treec3f53d6b38f1fb70fab98948c17a20d2a0a119dd /ide/coq.mli
parentec26ef7bdee30f93b53d53171fc881f8413cb7c1 (diff)
Simplifying the call to print_no_goals and not calling it when no goal
is ongoing. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12184 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index d9b27811e..7ee95a400 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -65,8 +65,6 @@ val get_current_goals : unit -> goal list
val get_current_pm_goal : unit -> goal
-val get_current_goals_nb : unit -> int
-
val print_no_goal : unit -> string
val process_exn : exn -> string*(Util.loc option)