diff options
| author | Enrico Tassi | 2014-05-15 10:50:05 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-05-15 10:52:53 +0200 |
| commit | 49542cf365715e27811cc15d99565046d8754c20 (patch) | |
| tree | 6fbbaea0000eef2163d387467bbd771d3f67ea92 /toplevel | |
| parent | 099ed72c853e31e9ead230ded55cfb1d09528c77 (diff) | |
poly: remove unused attribute to STM nodes and vernac classificaiton
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/g_obligations.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/g_obligations.ml4 b/toplevel/g_obligations.ml4 index 061f7ba5d8..2354aa3325 100644 --- a/toplevel/g_obligations.ml4 +++ b/toplevel/g_obligations.ml4 @@ -54,7 +54,7 @@ GEXTEND Gram open Obligations -let classify_obbl _ = Vernacexpr.(VtStartProof ("Classic",GuaranteesOpacity,[],false), VtLater) +let classify_obbl _ = Vernacexpr.(VtStartProof ("Classic",GuaranteesOpacity,[]), VtLater) VERNAC COMMAND EXTEND Obligations CLASSIFIED BY classify_obbl | [ "Obligation" integer(num) "of" ident(name) ":" lconstr(t) withtac(tac) ] -> |
