Skip to content

Commit bd1298b

Browse files
committed
---
yaml --- r: 79259 b: refs/heads/auto c: e29d253 h: refs/heads/master i: 79257: 2e6c547 79255: a68db2f v: v3
1 parent 43408b7 commit bd1298b

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
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: b9bb4abcb66804e4b78704068703f0dab5c72887
16+
refs/heads/auto: e29d25338d7b0374f3dd5976b57463e6aafab0ac
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

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