]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-bus/test-bus-benchmark.c
Remove a bunch of unused variables
[thirdparty/systemd.git] / src / libsystemd / sd-bus / test-bus-benchmark.c
index 6f0ca47df6b4549a1d39e1b35c5fb0b52048bf12..2bb435b9760f8cf57618dfad2876324fc666c649 100644 (file)
@@ -228,7 +228,7 @@ int main(int argc, char *argv[]) {
         } mode = MODE_BISECT;
         Type type = TYPE_LEGACY;
         int i, pair[2] = { -1, -1 };
-        _cleanup_free_ char *name = NULL, *bus_name = NULL, *address = NULL, *server_name = NULL;
+        _cleanup_free_ char *address = NULL, *server_name = NULL;
         _cleanup_close_ int bus_ref = -1;
         const char *unique;
         cpu_set_t cpuset;