Remove typestate_check reference to nonexistent ast.init node; rustc compiling itself notices what rustboot did not :)

This commit is contained in:
Graydon Hoare 2011-04-01 18:33:47 -07:00
parent 23f18a096f
commit c077da553d

View file

@ -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;