Skip to content

Commit

Permalink
Remove irrelevant comment
Browse files Browse the repository at this point in the history
The fundamental problem of duplication was fixed in #10891, but the comment was preserved. Closes #9762.
  • Loading branch information
huonw committed Jan 6, 2016
1 parent bd58fd8 commit 4ea84fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libsyntax/parse/token.rs
Expand Up @@ -495,9 +495,6 @@ macro_rules! declare_special_idents_and_keywords {(
}

fn mk_fresh_ident_interner() -> IdentInterner {
// The indices here must correspond to the numbers in
// special_idents, in Keyword to_name(), and in static
// constants below.
let mut init_vec = Vec::new();
$(init_vec.push($si_str);)*
$(init_vec.push($sk_str);)*
Expand Down

0 comments on commit 4ea84fc

Please sign in to comment.