chiark / gitweb /
run: drop mistakenly committed test code
[elogind.git] / src / run / run.c
index b9e1700d33da67d75ede3279b71ffcb66fc1841e..1b14e40e4d2e7ed6dd38f545ed19042150e34df6 100644 (file)
@@ -356,14 +356,6 @@ static int start_transient_scope(
         if (r < 0)
                 return r;
 
-        {
-                const char *unique_id;
-                sd_bus_get_unique_name(bus, &unique_id);
-                r = sd_bus_message_append(m, "(sv)", "Controller", "s", unique_id);
-                if (r < 0)
-                        return r;
-        }
-
         r = message_start_transient_unit_send(bus, m, error, NULL);
         if (r < 0)
                 return r;