Skip to content

Commit 655168f

Browse files
author
Eric Holk
committed
---
yaml --- r: 2591 b: refs/heads/master c: cf02c67 h: refs/heads/master i: 2589: c63c140 2587: 6f23304 2583: 14fc313 2575: c4e3d2b 2559: 5deb7d9 v: v3
1 parent 8524a10 commit 655168f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8d10594ed5f1cf9f8690026f06c86af3a8e61f56
2+
refs/heads/master: cf02c6713793248f5f21f9964583661b6d13512a

trunk/src/comp/middle/typeck.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,10 +1510,6 @@ mod Pushdown {
15101510
}
15111511

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

0 commit comments

Comments
 (0)