diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-07-08 23:45:49 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-07-08 23:46:47 +0200 |
commit | 207dffe2ff2db95aa9974bdca35283ce6a636834 (patch) | |
tree | d4770f4b9441df25ef723b4e52d6981581f6e3be /src/machine | |
parent | 313b98a03bd51628e9268a7d5d89501fa811438e (diff) |
machine: remove unused variables
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machine-dbus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index 38a4c7b0e7..dc42ffdc52 100644 --- a/src/machine/machine-dbus.c +++ b/src/machine/machine-dbus.c @@ -55,7 +55,6 @@ static int property_get_id( sd_bus_error *error) { Machine *m = userdata; - int r; assert(bus); assert(reply); @@ -100,7 +99,6 @@ static int property_get_netif( sd_bus_error *error) { Machine *m = userdata; - int r; assert(bus); assert(reply); |