Skip to content

Commit 0c6f9a8

Browse files
committed
auto merge of #6052 : nikomatsakis/rust/remove-2811, r=catamorphism
r? whomever.
2 parents a784997 + a74aca5 commit 0c6f9a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/ext/tt/transcribe.rs

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ use core::hashmap::HashMap;
2222
use core::option;
2323
use core::vec;
2424

25-
/* FIXME #2811: figure out how to have a uniquely linked stack, and change to
26-
`~` */
2725
///an unzipping of `token_tree`s
2826
struct TtFrame {
2927
forest: @mut ~[ast::token_tree],

0 commit comments

Comments
 (0)