diff options
| author | Graydon Hoare <[email protected]> | 2011-04-01 18:33:47 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-01 18:33:47 -0700 |
| commit | c077da553d4766af71d7f846c8526d460a6a113e (patch) | |
| tree | 7e3c7920bd560ef1aa3ad5299c23b43bab01c442 /src | |
| parent | Re-enable typestate_check in build, was lost during merge. Sorry. (diff) | |
| download | rust-c077da553d4766af71d7f846c8526d460a6a113e.tar.xz rust-c077da553d4766af71d7f846c8526d460a6a113e.zip | |
Remove typestate_check reference to nonexistent ast.init node; rustc compiling itself notices what rustboot did not :)
Diffstat (limited to 'src')
| -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 46bf6a4c..361d70ae 100644 --- a/src/comp/middle/typestate_check.rs +++ b/src/comp/middle/typestate_check.rs @@ -16,7 +16,6 @@ import front.ast.decl_item; import front.ast.ident; import front.ast.def_id; import front.ast.ann; -import front.ast.init; import front.ast.expr; import front.ast.expr_call; import front.ast.expr_path; |