aboutsummaryrefslogtreecommitdiff
path: root/vernac
diff options
context:
space:
mode:
authorHugo Herbelin2019-11-16 11:03:49 +0100
committerHugo Herbelin2020-05-06 17:04:11 +0200
commit86cdd51c4e25fceb12854863419fbdc3f19e44aa (patch)
tree33f0253d75c4ec8aa0166e25226bdbf041a5c703 /vernac
parent986bfd1ff69231f1b17efda2fa5d13b88a39caee (diff)
Stop keeping outdated static list of keywords.
The real list is computed by tok_using in CLexer.
Diffstat (limited to 'vernac')
-rw-r--r--vernac/g_vernac.mlg3
1 files changed, 0 insertions, 3 deletions
diff --git a/vernac/g_vernac.mlg b/vernac/g_vernac.mlg
index 13145d3757..5b68a41c6a 100644
--- a/vernac/g_vernac.mlg
+++ b/vernac/g_vernac.mlg
@@ -30,9 +30,6 @@ open Pcoq.Module
open Pvernac.Vernac_
open Attributes
-let vernac_kw = [ ";"; ","; ">->"; ":<"; "<:"; "where"; "at" ]
-let _ = List.iter CLexer.add_keyword vernac_kw
-
(* Rem: do not join the different GEXTEND into one, it breaks native *)
(* compilation on PowerPC and Sun architectures *)