diff options
| author | bors <bors@rust-lang.org> | 2013-04-24 17:48:27 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-24 17:48:27 -0700 |
| commit | 0c6f9a889b7807ce5d793c3005d2ef8d150dd838 (patch) | |
| tree | 1159cfd71a2819e33b7322ad6743c2ff1ff9ea92 /src/libsyntax | |
| parent | a784997750927ee2bdde3abe0928047e6441283f (diff) | |
| parent | a74aca54826e19f8f125571cb8d72f6addb65a4c (diff) | |
| download | rust-0c6f9a889b7807ce5d793c3005d2ef8d150dd838.tar.gz rust-0c6f9a889b7807ce5d793c3005d2ef8d150dd838.zip | |
auto merge of #6052 : nikomatsakis/rust/remove-2811, r=catamorphism
r? whomever.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/tt/transcribe.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/ext/tt/transcribe.rs b/src/libsyntax/ext/tt/transcribe.rs index 482e7b80339..7ac924444b8 100644 --- a/src/libsyntax/ext/tt/transcribe.rs +++ b/src/libsyntax/ext/tt/transcribe.rs @@ -22,8 +22,6 @@ use core::hashmap::HashMap; use core::option; use core::vec; -/* FIXME #2811: figure out how to have a uniquely linked stack, and change to - `~` */ ///an unzipping of `token_tree`s struct TtFrame { forest: @mut ~[ast::token_tree], |
