Skip to content

Commit f911276

Browse files
committed
---
yaml --- r: 144824 b: refs/heads/try2 c: e29d253 h: refs/heads/master v: v3
1 parent 45e47a8 commit f911276

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: b9bb4abcb66804e4b78704068703f0dab5c72887
8+
refs/heads/try2: e29d25338d7b0374f3dd5976b57463e6aafab0ac
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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)