Przeglądaj źródła

Fix bad merge of comments introduced in #4884 (#4955)

Part of #4622.
Boaz Brickner 1 rok temu
rodzic
commit
809bcf10ed
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      toolchain/sem_ir/name_scope.h

+ 0 - 1
toolchain/sem_ir/name_scope.h

@@ -180,7 +180,6 @@ class NameScope : public Printable<NameScope> {
   // 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<EntryId>;
 
   auto extended_scopes() const -> llvm::ArrayRef<InstId> {