chiark / gitweb /
sd-bus: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 6 Oct 2014 21:58:46 +0000 (23:58 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 6 Oct 2014 22:00:21 +0000 (00:00 +0200)
It is no longer used after d663f1b1a92a778bcdc68f29b8c08cb49431b4f7

src/libsystemd/sd-bus/bus-kernel.c

index 5ae1418afc658e3560a8b84400982930a09706a2..92407133bef33e6a05868aed37537e5d1e267f1e 100644 (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);