Skip to content

Commit ecff9a3

Browse files
catamorphismgraydon
authored andcommitted
---
yaml --- r: 2683 b: refs/heads/master c: 9128a1b h: refs/heads/master i: 2681: b570b2a 2679: d881ef0 v: v3
1 parent 1dd5e84 commit ecff9a3

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
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: 7e82f23bc06a9158e4704826593d235853ad4a2e
2+
refs/heads/master: 9128a1bab8e54529a3fa2464b085ba782477c2ff

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,17 +235,9 @@ fn find_pre_post_state_expr(&fn_ctxt fcx, &prestate pres, @expr e) -> bool {
235235
/* if this is a failing call, it sets the return value */
236236
alt (controlflow_expr(fcx.ccx, operator)) {
237237
case (noreturn) {
238-
/*
239-
log_err("Call that might fail! to");
240-
log_expr_err(*operator);
241-
*/
242238
changed = gen_poststate(fcx, a, fcx.id) || changed;
243239
}
244-
case (_) {
245-
/* log_err("non-failing call, to:");
246-
log_expr_err(*operator);
247-
*/
248-
}
240+
case (_) { }
249241
}
250242
ret changed;
251243
}

0 commit comments

Comments
 (0)