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

Removed unused label.

(This used to be commit e0a209bf291553ec85dbd56cffab2a97440cea28)
This commit is contained in:
Tim Potter 2002-04-05 05:49:33 +00:00
parent f9b571811d
commit af96550f17

View File

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