Remove needless FIXME. Fixes #2811.

This commit is contained in:
Niko Matsakis 2013-04-24 20:39:29 -04:00
parent a784997750
commit a74aca5482

View file

@ -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],