mirror of
https://github.com/systemd/systemd.git
synced 2026-07-21 23:10:33 +00:00
Remove some unused variables
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user