Remove some unused variables

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2013-03-20 18:25:35 -04:00
parent fd4a5ec6fa
commit 4750fade13
3 changed files with 2 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ PyDoc_STRVAR(get_boot__doc__,
static PyObject* make_uuid(sd_id128_t id) {
PyObject _cleanup_Py_DECREF_
*uuid = NULL, *UUID = NULL, *bytes = NULL,
*args = NULL, *kwargs = NULL, *obj = NULL;
*args = NULL, *kwargs = NULL;
uuid = PyImport_ImportModule("uuid");
if (!uuid)