timedatectl: remove unused variables

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-03-24 22:55:31 +01:00
parent ea5bbe3467
commit eef8df097d
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ static void print_status_info(const StatusInfo *i) {
struct tm tm;
time_t sec;
bool have_time = false;
_cleanup_free_ char *zc = NULL, *zn = NULL;
int r;
assert(i);