delete unused variables

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2013-11-25 21:16:26 +01:00
parent 6ae115c1fe
commit 26fefda707
2 changed files with 0 additions and 2 deletions

View File

@ -206,7 +206,6 @@ static void async_polkit_query_free(sd_bus *b, AsyncPolkitQuery *q) {
static int async_polkit_callback(sd_bus *bus, sd_bus_message *reply, void *userdata, sd_bus_error *error) {
_cleanup_bus_error_free_ sd_bus_error error_buffer = SD_BUS_ERROR_NULL;
_cleanup_bus_message_unref_ sd_bus_message *m = NULL;
AsyncPolkitQuery *q = userdata;
int r;

View File

@ -206,7 +206,6 @@ int config_parse_label(const char *unit,
void *userdata) {
Network *network = userdata;
_cleanup_address_free_ Address *n = NULL;
_cleanup_free_ char *address = NULL;
char *label;
int r;