diff options
| author | Maxime Dénès | 2016-11-17 10:43:44 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2016-11-17 10:43:44 +0100 |
| commit | b00e039b957b8428c21faec5c76f3a3484cde2cf (patch) | |
| tree | b83393e89cc7e057a6ebcab574153198d8a5d4d1 /ide | |
| parent | ca9e00ff9b2a8ee17430398a5e0bef2345c39341 (diff) | |
| parent | 26d180fa0b27edc773fd07c73906e4ed56475200 (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.ml | 3 |
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 |
