Remove an erroneous comment.

This commit is contained in:
Nicholas Nethercote
2019-10-22 06:22:59 +11:00
parent 1b154a31cd
commit 2f7d7c2ca4
-1
View File
@@ -1079,7 +1079,6 @@ pub fn is_raw_guess(self) -> bool {
}
}
// 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()))