remove redundant void

This commit is contained in:
berniev
2022-07-31 14:28:37 +10:00
committed by wwmayer
parent 474981d7b6
commit 85170b2879
75 changed files with 519 additions and 519 deletions

View File

@@ -854,7 +854,7 @@ void PropertyExpressionEngine::renameObjectIdentifiers(const std::map<ObjectIden
}
}
PyObject *PropertyExpressionEngine::getPyObject(void)
PyObject *PropertyExpressionEngine::getPyObject()
{
Py::List list;
for (ExpressionMap::const_iterator it = expressions.begin(); it != expressions.end(); ++it) {