Remove stmt_crate_directive, it's vestigial and confusing.

This commit is contained in:
Graydon Hoare 2011-12-07 13:12:05 -08:00
parent dfd699a852
commit 799690bea0
7 changed files with 2 additions and 37 deletions

View file

@ -145,9 +145,6 @@ type stmt = spanned<stmt_>;
tag stmt_ {
stmt_decl(@decl, node_id);
stmt_expr(@expr, node_id);
// These only exist in crate-level blocks.
stmt_crate_directive(@crate_directive);
}
tag init_op { init_assign; init_move; }