From 4750fade135aed733aa7a5fda7c670e6b4391538 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Mar 2013 18:25:35 -0400 Subject: Remove some unused variables --- src/python-systemd/id128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python-systemd') diff --git a/src/python-systemd/id128.c b/src/python-systemd/id128.c index 865cc3ce22..a9611c4802 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) -- cgit v1.2.3-54-g00ecf