Skip to content

Commit 98ad019

Browse files
committed
---
yaml --- r: 79487 b: refs/heads/snap-stage3 c: e29d253 h: refs/heads/master i: 79485: 050b8ba 79483: 03a1d5d 79479: a35979e 79471: 6142f66 79455: 9eb52dc 79423: ab19176 79359: 6a02a21 v: v3
1 parent f01cb51 commit 98ad019

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b9bb4abcb66804e4b78704068703f0dab5c72887
4+
refs/heads/snap-stage3: e29d25338d7b0374f3dd5976b57463e6aafab0ac
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,21 +1501,6 @@ pub fn new_rename_folder(from : ast::Ident, to : ast::Name) -> @AstFoldFns {
15011501
fun_to_ctxt_folder(@Renamer{from:from,to:to})
15021502
}
15031503

1504-
/*
1505-
// perform resolution (in the MTWT sense) on all of the
1506-
// idents in the tree. This is the final step in expansion.
1507-
// FIXME #6993: this function could go away, along with
1508-
// the separate mtwt_resolution pass
1509-
pub fn new_ident_resolver() ->
1510-
@fn(ast::Ident)->ast::Ident {
1511-
|id : ast::Ident|
1512-
ast::Ident {
1513-
name : mtwt_resolve(id),
1514-
ctxt : EMPTY_CTXT
1515-
}
1516-
}
1517-
*/
1518-
15191504
// apply a given mark to the given token trees. Used prior to expansion of a macro.
15201505
fn mark_tts(tts : &[token_tree], m : Mrk) -> ~[token_tree] {
15211506
fold_tts(tts,new_mark_folder(m) as @ast_fold)

0 commit comments

Comments
 (0)