Skip to content

Commit

Permalink
auto merge of #6052 : nikomatsakis/rust/remove-2811, r=catamorphism
Browse files Browse the repository at this point in the history
r? whomever.
  • Loading branch information
bors committed Apr 25, 2013
2 parents a784997 + a74aca5 commit 0c6f9a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libsyntax/ext/tt/transcribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 0c6f9a8

Please sign in to comment.