aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorMaxime Dénès2016-11-17 10:43:44 +0100
committerMaxime Dénès2016-11-17 10:43:44 +0100
commitb00e039b957b8428c21faec5c76f3a3484cde2cf (patch)
treeb83393e89cc7e057a6ebcab574153198d8a5d4d1 /printing
parentca9e00ff9b2a8ee17430398a5e0bef2345c39341 (diff)
parent26d180fa0b27edc773fd07c73906e4ed56475200 (diff)
Merge remote-tracking branch 'github/pr/360' into v8.6
Was PR#360: [stm] Remove STM-related vernaculars
Diffstat (limited to 'printing')
-rw-r--r--printing/ppvernac.ml16
1 files changed, 0 insertions, 16 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index 3494ad006f..a6b1c97f5c 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -538,22 +538,6 @@ module Make
| VernacLocal (local, v) ->
return (pr_locality local ++ spc() ++ pr_vernac_body v)
- (* Stm *)
- | VernacStm JoinDocument ->
- return (keyword "Stm JoinDocument")
- | VernacStm PrintDag ->
- return (keyword "Stm PrintDag")
- | VernacStm Finish ->
- return (keyword "Stm Finish")
- | VernacStm Wait ->
- return (keyword "Stm Wait")
- | VernacStm (Observe id) ->
- return (keyword "Stm Observe " ++ str(Stateid.to_string id))
- | VernacStm (Command v) ->
- return (keyword "Stm Command " ++ pr_vernac_body v)
- | VernacStm (PGLast v) ->
- return (keyword "Stm PGLast " ++ pr_vernac_body v)
-
(* Proof management *)
| VernacAbortAll ->
return (keyword "Abort All")