File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,6 @@ pub fn compile_input(sess: &Session,
210
210
tcx. print_debug_stats ( ) ;
211
211
}
212
212
213
- // Discard interned strings as they are no longer required.
214
- token:: clear_ident_interner ( ) ;
215
-
216
213
Ok ( ( outputs, trans) )
217
214
} ) ??
218
215
} ;
Original file line number Diff line number Diff line change @@ -454,10 +454,6 @@ pub fn reset_ident_interner() {
454
454
with_ident_interner ( |interner| * interner = mk_fresh_ident_interner ( ) ) ;
455
455
}
456
456
457
- pub fn clear_ident_interner ( ) {
458
- with_ident_interner ( |interner| * interner = IdentInterner :: new ( ) ) ;
459
- }
460
-
461
457
/// Represents a string stored in the thread-local interner. Because the
462
458
/// interner lives for the life of the thread, this can be safely treated as an
463
459
/// immortal string, as long as it never crosses between threads.
You can’t perform that action at this time.
0 commit comments