From 809bcf10edc79db59e9ed36509cbce61a9cfe04a Mon Sep 17 00:00:00 2001 From: Boaz Brickner Date: Thu, 13 Feb 2025 16:34:48 -0800 Subject: [PATCH] Fix bad merge of comments introduced in #4884 (#4955) Part of #4622. --- toolchain/sem_ir/name_scope.h | 1 - 1 file changed, 1 deletion(-) diff --git a/toolchain/sem_ir/name_scope.h b/toolchain/sem_ir/name_scope.h index efb4432c38fe2..8f1f43b6e63aa 100644 --- a/toolchain/sem_ir/name_scope.h +++ b/toolchain/sem_ir/name_scope.h @@ -180,7 +180,6 @@ class NameScope : public Printable { // found, returns the corresponding EntryId. Otherwise, returns nullopt and // poisons the name so it can't be declared later. Names that are not // identifiers will not be poisoned. - // poisons the name so it can't be declared later. auto LookupOrPoison(LocId loc_id, NameId name_id) -> std::optional; auto extended_scopes() const -> llvm::ArrayRef {