Fixed a compiler warning

This commit is contained in:
Matthias Koefferlein 2022-10-20 23:29:35 +02:00
parent fbd4c84d84
commit d3a36e66f2
1 changed files with 0 additions and 1 deletions

View File

@ -2779,7 +2779,6 @@ public:
}
std::string name = mt->name (mid);
std::string raw_name = name;
// does this method hide a property? -> append "_" in that case
std::pair<bool, size_t> t = mt->find_property (mt->is_static (mid), name);