浏览代码

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

Part of #4622.
Boaz Brickner 1 年之前
父节点
当前提交
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> {