Removed unused label.
authorTim Potter <tpot@samba.org>
Fri, 5 Apr 2002 05:49:33 +0000 (05:49 +0000)
committerTim Potter <tpot@samba.org>
Fri, 5 Apr 2002 05:49:33 +0000 (05:49 +0000)
source/python/py_spoolss_printers.c

index 0b022a0a6946812dad84806eee8aba7f77f847a1..b0033405ad7f9a6963645a9276c55601513cfa31 100644 (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;
 }