Skip to content

Commit 8eaffb3

Browse files
committed
---
yaml --- r: 3443 b: refs/heads/master c: db478ed h: refs/heads/master i: 3441: acc0eef 3439: 0a95667 v: v3
1 parent ec71394 commit 8eaffb3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
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: 8c757fcd4063601279332806a52d13fcfbf6f04c
2+
refs/heads/master: db478ed4de53df7f7199bee42a75990b4e2b7c6d

trunk/src/comp/middle/tstate/pre_post_conditions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ fn find_pre_post_expr(&fn_ctxt fcx, @expr e) {
346346
case (none) { clear_pp(expr_pp(fcx.ccx, e)); }
347347
}
348348
}
349-
// FIXME this was just put in here as a placeholder
350349
case (expr_fn(?f)) { clear_pp(expr_pp(fcx.ccx, e)); }
351350
case (expr_block(?b)) {
352351
find_pre_post_block(fcx, b);

trunk/src/comp/middle/tstate/states.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ fn find_pre_post_state_expr(&fn_ctxt fcx, &prestate pres, @expr e) -> bool {
337337
}
338338
}
339339
case (expr_lit(?l)) { ret pure_exp(fcx.ccx, e.id, pres); }
340-
// FIXME This was just put in here as a placeholder
341340
case (expr_fn(?f)) { ret pure_exp(fcx.ccx, e.id, pres); }
342341
case (expr_block(?b)) {
343342
ret find_pre_post_state_block(fcx, pres, b) |

0 commit comments

Comments
 (0)