1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

Removed unused label.

This commit is contained in:
Tim Potter -
parent ed0a6480f7
commit e0a209bf29

View File

@ -168,7 +168,6 @@ PyObject *spoolss_getprinter(PyObject *self, PyObject *args, PyObject *kw)
PyDict_SetItemString(result, "level", PyInt_FromLong(level));
done:
Py_INCREF(result);
return result;
}