diff --git a/src/pya/pya/pyaModule.cc b/src/pya/pya/pyaModule.cc index 7f54cc25f..53b770878 100644 --- a/src/pya/pya/pyaModule.cc +++ b/src/pya/pya/pyaModule.cc @@ -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 t = mt->find_property (mt->is_static (mid), name);