aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernacentries.ml
diff options
context:
space:
mode:
authorGravatar Matej Kosik <m4tej.kosik@gmail.com>2015-12-16 15:38:19 +0100
committerGravatar Matej Kosik <m4tej.kosik@gmail.com>2015-12-18 15:58:28 +0100
commit493b5d18971c8c19eaeccfc992d1212c6479d227 (patch)
treed15001319d87e7c9cc1f191b04b1cf7a49b97524 /toplevel/vernacentries.ml
parentc429770d4fc36497cfd02874a665c1ff2f1a0496 (diff)
CLEANUP: Removing "Vernacexpr.VernacNop" variant to which no Vernacular command is mapped.
Diffstat (limited to 'toplevel/vernacentries.ml')
-rw-r--r--toplevel/vernacentries.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 2f435adfe..010a0afe4 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -1963,7 +1963,6 @@ let interp ?proof ~loc locality poly c =
| VernacLocate l -> vernac_locate l
| VernacRegister (id, r) -> vernac_register id r
| VernacComments l -> if_verbose msg_info (str "Comments ok\n")
- | VernacNop -> ()
(* The STM should handle that, but LOAD bypasses the STM... *)
| VernacAbort id -> msg_warning (str "VernacAbort not handled by Stm")