]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++/modules: Remove unnecessary lazy_load_pendings
authorNathaniel Shead <nathanieloshead@gmail.com>
Mon, 21 Apr 2025 10:09:29 +0000 (20:09 +1000)
committerNathaniel Shead <nathanieloshead@gmail.com>
Tue, 22 Apr 2025 07:25:46 +0000 (17:25 +1000)
commit241157eb0858b3c7f7f0750023a9350c939fca3b
tree8ec11ac9b916f303adc51f79424232f26e20c41c
parent948ea8766780f7e44f39ccde3f2436ac2fec80da
c++/modules: Remove unnecessary lazy_load_pendings

This call is not necessary, as we don't access the bodies of any classes
that we instantiate here.

gcc/cp/ChangeLog:

* name-lookup.cc (lookup_imported_hidden_friend): Remove
unnecessary lazy_load_pendings.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
gcc/cp/name-lookup.cc