fuzzer: Remove send and recv

This commit is contained in:
Patrick Walton 2011-08-16 12:46:43 -07:00
parent 03174b4379
commit 6e06893819

View File

@ -69,8 +69,6 @@ fn safe_to_steal(e: ast::expr_) -> bool {
}
}
ast::expr_cast(_, _) { false }
ast::expr_send(_, _) { false }
ast::expr_recv(_, _) { false }
ast::expr_assert(_) { false }
ast::expr_binary(_, _, _) { false }
ast::expr_assign(_, _) { false }