Removed dead code

This commit is contained in:
Bartek Kryza
2023-04-05 20:31:00 +02:00
parent 2b951fe170
commit cb74864d0d
10 changed files with 4 additions and 55 deletions

View File

@@ -2010,7 +2010,7 @@ translation_unit_visitor::build_template_instantiation(
auto c_full_name = participant_as_class->full_name(false);
auto match =
participant_as_class->calculate_template_specialization_match(
template_instantiation, template_instantiation.name_and_ns());
template_instantiation);
if (match > best_match) {
best_match = match;