Skip to content

Commit

Permalink
Remove an erroneous comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Nov 1, 2019
1 parent 1b154a3 commit 2f7d7c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax_pos/symbol.rs
Expand Up @@ -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()))
Expand Down

0 comments on commit 2f7d7c2

Please sign in to comment.