diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-31 22:02:29 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-31 22:02:29 +0100 |
commit | 0068027e86d2c35f79a700a6ef5c06c56c528baa (patch) | |
tree | 2297cb09be11a95a97d177ae621845ba8e9b1653 /src/timedate/timedatectl.c | |
parent | 0fb533a53359cb8d034ec926638896b93f4fa839 (diff) |
timedatectl: remove unused variable
Diffstat (limited to 'src/timedate/timedatectl.c')
-rw-r--r-- | src/timedate/timedatectl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 7054a02bcb..b63f1f5ad3 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -191,7 +191,6 @@ static void print_status_info(StatusInfo *i) { } static int get_timedate_property_bool(sd_bus *bus, const char *name, bool *target) { - _cleanup_bus_message_unref_ sd_bus_message *reply = NULL; _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; int r, b; @@ -215,7 +214,6 @@ static int get_timedate_property_bool(sd_bus *bus, const char *name, bool *targe } static int get_timedate_property_usec(sd_bus *bus, const char *name, usec_t *target) { - _cleanup_bus_message_unref_ sd_bus_message *reply = NULL; _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; int r; |