1
Fork 0

Remove an erroneous comment.

This commit is contained in:
Nicholas Nethercote 2019-10-22 06:22:59 +11:00
parent 1b154a31cd
commit 2f7d7c2ca4

View file

@ -1079,7 +1079,6 @@ impl Ident {
}
}
// If an interner exists, return it. Otherwise, prepare a fresh one.
#[inline]
fn with_interner<T, F: FnOnce(&mut Interner) -> T>(f: F) -> T {
GLOBALS.with(|globals| f(&mut *globals.symbol_interner.lock()))