remove unused variables

This commit is contained in:
Thomas Hindoe Paaboel Andersen
2014-02-07 23:09:40 +01:00
parent ba978d7b32
commit ecd2f2c594
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -2362,7 +2362,6 @@ int manager_stop_unit(Manager *manager, const char *unit, sd_bus_error *error, c
}
int manager_abandon_scope(Manager *manager, const char *scope, sd_bus_error *error) {
_cleanup_bus_message_unref_ sd_bus_message *reply = NULL;
_cleanup_free_ char *path = NULL;
int r;
-2
View File
@@ -511,8 +511,6 @@ static int dhcp_lease_acquired(sd_dhcp_client *client, Link *link) {
struct in_addr netmask;
struct in_addr gateway;
unsigned prefixlen;
_cleanup_address_free_ Address *addr = NULL;
_cleanup_route_free_ Route *rt = NULL;
struct in_addr *nameservers;
size_t nameservers_size;
int r;