Skip to content

Commit dbd9099

Browse files
brsongraydon
authored andcommitted
Remove unused is_ext_expr
1 parent c1e6f53 commit dbd9099

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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)