aboutsummaryrefslogtreecommitdiff
path: root/ide
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 /ide
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 'ide')
-rw-r--r--ide/texmacspp.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/ide/texmacspp.ml b/ide/texmacspp.ml
index 680da7f54b..dbcd8630b1 100644
--- a/ide/texmacspp.ml
+++ b/ide/texmacspp.ml
@@ -724,9 +724,6 @@ let rec tmpp v loc =
| VernacComments (cl) ->
xmlComment loc (List.flatten (List.map pp_comment cl))
- (* Stm backdoor *)
- | VernacStm _ as x -> xmlTODO loc x
-
(* Proof management *)
| VernacGoal _ as x -> xmlTODO loc x
| VernacAbort _ as x -> xmlTODO loc x