aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-04-06 04:18:12 +0000
committerGraydon Hoare <[email protected]>2011-04-06 04:18:12 +0000
commit5e98cd94722bd69fd70606ed83c60dcd54d5e61e (patch)
treec245cb4b8698c668eea7975890e284f257895dff
parentBrute force and ignorance workaround for tag-and-generic-obj; un-XFAIL it. (diff)
downloadrust-5e98cd94722bd69fd70606ed83c60dcd54d5e61e.tar.xz
rust-5e98cd94722bd69fd70606ed83c60dcd54d5e61e.zip
Remove reference to nonexistent ast.module from typestate_check.rs, stage1 doesn't like it.
-rw-r--r--src/comp/middle/typestate_check.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/middle/typestate_check.rs b/src/comp/middle/typestate_check.rs
index 295c4f1b..64a17a7d 100644
--- a/src/comp/middle/typestate_check.rs
+++ b/src/comp/middle/typestate_check.rs
@@ -45,7 +45,6 @@ import front.ast.ann_type;
import front.ast._obj;
import front.ast._mod;
import front.ast.crate;
-import front.ast.module;
import front.ast.mod_index_entry;
import front.ast.mie_item;
import front.ast.item_fn;