aboutsummaryrefslogtreecommitdiff
path: root/coqpp
diff options
context:
space:
mode:
authorEnrico Tassi2019-05-22 18:30:31 +0200
committerEnrico Tassi2019-06-04 13:58:43 +0200
commitd77604cb06fcc8e8f38ef979627aa7a7138ef0f2 (patch)
treef1b96b0faf85806d7e926e0216f94515d5cddf3a /coqpp
parent2ebd73901edb94030aa804572cbe86d486ca6732 (diff)
[vernac] remove VtMaybeOpenProof
Diffstat (limited to 'coqpp')
-rw-r--r--coqpp/coqpp_main.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/coqpp/coqpp_main.ml b/coqpp/coqpp_main.ml
index d6ae0a7d6f..d5aedfcbb1 100644
--- a/coqpp/coqpp_main.ml
+++ b/coqpp/coqpp_main.ml
@@ -359,7 +359,6 @@ let print_atts_right fmt = function
let understand_state = function
| "close_proof" -> "VtCloseProof", false
- | "maybe_open_proof" -> "VtMaybeOpenProof", true
| "open_proof" -> "VtOpenProof", true
| "proof" -> "VtModifyProof", false
| "proof_opt_query" -> "VtReadProofOpt", false