Remove dead code in cexp.

This commit is contained in:
Graydon Hoare 2010-11-13 22:34:48 -08:00
parent e02ffb2c2d
commit ae570016a4

View File

@ -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