aboutsummaryrefslogtreecommitdiff
path: root/interp/genarg.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/genarg.ml')
-rw-r--r--interp/genarg.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/interp/genarg.ml b/interp/genarg.ml
index 833da9e78e..8eb8d2a0d6 100644
--- a/interp/genarg.ml
+++ b/interp/genarg.ml
@@ -40,7 +40,6 @@ type argument_type =
| ExtraArgType of string
type 'a or_var = ArgArg of 'a | ArgVar of identifier located
-type 'a or_metanum = AN of 'a | MetaNum of patvar located
type 'a and_short_name = 'a * identifier located option
type rawconstr_and_expr = rawconstr * constr_expr option