Skip to content

Commit

Permalink
Fix bad merge of comments introduced in #4884 (#4955)
Browse files Browse the repository at this point in the history
Part of #4622.
  • Loading branch information
bricknerb authored Feb 14, 2025
1 parent dc8f47e commit 809bcf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolchain/sem_ir/name_scope.h
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 809bcf1

Please sign in to comment.