aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-13 22:34:48 -0800
committerGraydon Hoare <[email protected]>2010-11-13 22:34:48 -0800
commitae570016a4d0c93c321702e14b16b2785d47ca60 (patch)
tree72d1bc473d3234a021e1c354f225cf83edb45257 /src
parentrustc: Add a type annotation for locals (diff)
downloadrust-ae570016a4d0c93c321702e14b16b2785d47ca60.tar.xz
rust-ae570016a4d0c93c321702e14b16b2785d47ca60.zip
Remove dead code in cexp.
Diffstat (limited to 'src')
-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 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