auto merge of #6052 : nikomatsakis/rust/remove-2811, r=catamorphism

r? whomever.
This commit is contained in:
bors 2013-04-24 17:48:27 -07:00
commit 0c6f9a889b

View File

@ -22,8 +22,6 @@
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],