Skip to content

Commit 56dc8f1

Browse files
committed
remove change
1 parent e4b026b commit 56dc8f1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

gcc/rust/resolve/rust-toplevel-name-resolver-2.0.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ TopLevel::insert_or_error_out (const Identifier &identifier,
5757
rust_error_at (rich_loc, ErrorCode::E0428, "%qs defined multiple times",
5858
identifier.as_string ().c_str ());
5959
}
60-
// HACK: ignore macro namespace for change detection
61-
// we get infinite loops otherwise, since macros can shadow each other
62-
else if (ns != Namespace::Macros)
63-
mark_changed ();
6460
}
6561

6662
void

0 commit comments

Comments
 (0)