From 0d911ee88ccc7cd4c00535c1e496c7b387ca25ae Mon Sep 17 00:00:00 2001 From: Maurizio Lombardi Date: Sat, 15 Sep 2012 16:57:56 +0200 Subject: [PATCH] date: remove dead code --- uspace/app/date/date.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uspace/app/date/date.c b/uspace/app/date/date.c index acff11396..183f508ea 100644 --- a/uspace/app/date/date.c +++ b/uspace/app/date/date.c @@ -60,7 +60,6 @@ main(int argc, char **argv) bool read_only = true; char *wdate = NULL; char *wtime = NULL; - sysarg_t battery_ok; struct tm t; int n_args = argc; -- 2.11.4.GIT