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

@@ -64,7 +64,7 @@ const std::vector<template_parameter> &template_trait::templates() const
}
int template_trait::calculate_template_specialization_match(
const template_trait &other, const std::string & /*full_name*/) const
const template_trait &other) const
{
int res{0};