about summary refs log tree commit diff
path: root/src/boot
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2010-11-13 22:34:48 -0800
committerGraydon Hoare <graydon@mozilla.com>2010-11-13 22:34:48 -0800
commitae570016a4d0c93c321702e14b16b2785d47ca60 (patch)
tree72d1bc473d3234a021e1c354f225cf83edb45257 /src/boot
parente02ffb2c2d639eb813d9924ca1c3e9c6b7d0e534 (diff)
Remove dead code in cexp.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/fe/cexp.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/fe/cexp.ml b/src/boot/fe/cexp.ml
index 3ca4ded78a3..9c4666f9641 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