diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-18 22:57:56 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-18 23:04:16 +0100 |
commit | d5d217eae1b3ba978c4ddd6a2ef2de4621329662 (patch) | |
tree | b7a75570c2d131008da0ca400b9e0b88e6dffc11 /src/timedate | |
parent | f21326e604fd252600f3b99c277b30981477e4b1 (diff) |
remove unused variables
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedatectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 2267733d91..6a36af04f7 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -194,7 +194,6 @@ static void print_status_info(const StatusInfo *i) { } static int show_status(sd_bus *bus, char **args, unsigned n) { - _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; StatusInfo info = {}; static const struct bus_properties_map map[] = { { "Timezone", "s", NULL, offsetof(StatusInfo, timezone) }, |