X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpython-systemd%2Fid128.c;h=a9611c4802bcd74ca7be1a5384a55d7235fe0fbc;hb=d7607eac6318ae8ff1c00ef5705fd55a614cd495;hp=865cc3ce22926e113d5428986272b1f5d511ddde;hpb=ab3a162c0194fd92884798488eeafdcc5c4d7d57;p=elogind.git diff --git a/src/python-systemd/id128.c b/src/python-systemd/id128.c index 865cc3ce2..a9611c480 100644 --- a/src/python-systemd/id128.c +++ b/src/python-systemd/id128.c @@ -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)