Removing the TODO comment.

This commit is contained in:
Eric Holk 2011-05-17 11:58:12 -07:00
parent 8d10594ed5
commit cf02c67137
1 changed files with 0 additions and 4 deletions

View File

@ -1510,10 +1510,6 @@ mod Pushdown {
}
case (ast::expr_spawn(?dom, ?name, ?func, ?args, ?ann)) {
// TODO: This is copied from call, since spawn is sort of like
// a call expression. However, it's not doing anything with
// the domain or name parameters.
// NB: we call 'Demand::autoderef' and pass in adk only in
// cases where e is an expression that could *possibly*
// produce a box; things like expr_binary or expr_bind can't,