remove unused get_ident_interner's

This commit is contained in:
John Clements
2013-06-04 12:21:25 -07:00
parent 8dad2bb281
commit ecdb6e4722
5 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ use diagnostic::span_handler;
use ext;
use parse;
use parse::token;
use parse::token::{ident_to_str, intern, get_ident_interner, str_to_ident};
use parse::token::{ident_to_str, intern, str_to_ident};
use core::hashmap::HashMap;
use core::vec;