Skip to content

Commit e5fcf56

Browse files
committed
[Backport] Remove unused variable from PythonQtPrivate::callMethodInPython
(adapted from MeVisLab/pythonqt@c00ebf4d6 (Replace NULL with nullptr))
1 parent c79a9ea commit e5fcf56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PythonQt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,6 @@ int PythonQtPrivate::handleMetaCall(QObject* object, PythonQtInstanceWrapper* wr
23082308

23092309
void PythonQtPrivate::callMethodInPython(QMetaMethod &method, PythonQtInstanceWrapper* wrapper, void** args)
23102310
{
2311-
QByteArray methodSig = method.methodSignature();
23122311
PyObject* func = PyObject_GetAttrString((PyObject*)wrapper, method.name());
23132312
if (func) {
23142313
const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfo(method, NULL);

0 commit comments

Comments
 (0)