Skip to content

Commit db478ed

Browse files
committed
Remove outdated comments
1 parent 8c757fc commit db478ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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);

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)