sd-bus: remove unused variable

It is no longer used after d663f1b1a9
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-10-06 23:58:46 +02:00
parent d663f1b1a9
commit 13303f018d

View file

@ -800,7 +800,6 @@ int bus_kernel_connect(sd_bus *b) {
static void close_kdbus_msg(sd_bus *bus, struct kdbus_msg *k) {
struct kdbus_cmd_free cmd;
uint64_t off _alignas_(8);
struct kdbus_item *d;
assert(bus);