From 25da3f76255754c8b3f98232a5eb84f47088d0f7 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 23 May 2007 19:22:20 +0200 Subject: Remove unused variable from ui-repolist.c:read_agefile() Signed-off-by: Lars Hjemli --- ui-repolist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui-repolist.c') diff --git a/ui-repolist.c b/ui-repolist.c index 573c730..e5c6c20 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -14,7 +14,6 @@ time_t read_agefile(char *path) { FILE *f; static char buf[64], buf2[64]; - struct tm tm; if (!(f = fopen(path, "r"))) return -1; -- cgit v1.2.3-59-g8ed1b