diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/fe/cexp.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/fe/cexp.ml b/src/boot/fe/cexp.ml index 3ca4ded7..9c4666f9 100644 --- a/src/boot/fe/cexp.ml +++ b/src/boot/fe/cexp.ml @@ -310,7 +310,6 @@ type pval = type cdir = CDIR_meta of ((Ast.ident * string) array) | CDIR_syntax of Ast.name - | CDIR_check of (Ast.name * pval array) | CDIR_mod of (Ast.ident * Ast.mod_item) | CDIR_auth of auth |