1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +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;
}