Skip to content

Commit 2f34e1b

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1483 b: refs/heads/master c: dbd9099 h: refs/heads/master i: 1481: e2e0d49 1479: de22f34 v: v3
1 parent 6e93397 commit 2f34e1b

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
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: c1e6f5328c3f46884ed7a7e29c780e307b02100a
2+
refs/heads/master: dbd90996ee1fd8eb996ac85f44fe17f0f3d834ca

trunk/src/comp/front/ast.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -363,17 +363,6 @@ fn is_call_expr(@expr e) -> bool {
363363
}
364364
}
365365

366-
fn is_ext_expr(@expr e) -> bool {
367-
alt (e.node) {
368-
case (expr_ext(_, _, _, _, _)) {
369-
ret true;
370-
}
371-
case (_) {
372-
ret false;
373-
}
374-
}
375-
}
376-
377366
//
378367
// Local Variables:
379368
// mode: rust

0 commit comments

Comments
 (0)