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

@@ -39,7 +39,7 @@ public:
const std::vector<template_parameter> &templates() const;
int calculate_template_specialization_match(
const template_trait &other, const std::string &full_name) const;
const template_trait &other) const;
bool is_implicit() const;