Skip to content

Commit 7c61607

Browse files
committed
---
yaml --- r: 1179 b: refs/heads/master c: 2100ace h: refs/heads/master i: 1177: c62b6cf 1175: c6fd94f v: v3
1 parent 9ce1a8b commit 7c61607

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: d4c7cd5f8d350f7c24fc18ffef4a41595a774acc
2+
refs/heads/master: 2100aceabfdfd17a0ae8b2b8e9fed02444f5a1f0

trunk/src/comp/front/parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ impure fn parse_bottom_expr(parser p) -> @ast.expr {
496496
p.bump();
497497
auto e = parse_restricted_expr(p);
498498
impure fn parse_expr_opt(parser p) -> option.t[@ast.expr] {
499-
log "parse expr opt: " + token.to_str(p.peek());
500499
alt (p.peek()) {
501500
case (token.UNDERSCORE) {
502501
p.bump();

0 commit comments

Comments
 (0)