Просмотр исходного кода

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

Part of #4622.
Boaz Brickner 1 год назад
Родитель
Сommit
809bcf10ed
1 измененных файлов с 0 добавлено и 1 удалено
  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> {