diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-04-06 04:18:12 +0000 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-04-06 04:18:12 +0000 |
| commit | 5e98cd94722bd69fd70606ed83c60dcd54d5e61e (patch) | |
| tree | c245cb4b8698c668eea7975890e284f257895dff | |
| parent | 52abd912c06f57a410af7c6b59a78b772ac44368 (diff) | |
| download | rust-5e98cd94722bd69fd70606ed83c60dcd54d5e61e.tar.gz 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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/middle/typestate_check.rs b/src/comp/middle/typestate_check.rs index 295c4f1bfeb..64a17a7da0c 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; |
