aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pcoq.ml
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/pcoq.ml')
-rw-r--r--parsing/pcoq.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/pcoq.ml b/parsing/pcoq.ml
index ab55b3d78..0e74e6f0c 100644
--- a/parsing/pcoq.ml
+++ b/parsing/pcoq.ml
@@ -264,7 +264,6 @@ module Prim =
let preident = gec_gen "preident"
let ident = gec_gen "ident"
let natural = gec_gen "natural"
- let index = gec_gen "index"
let integer = gec_gen "integer"
let bigint = Gram.entry_create "Prim.bigint"
let string = gec_gen "string"