Author: Lars Hjemli <hjemli@gmail.com>
Remove unused variable from ui-repolist.c:read_agefile() Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-repolist.c | 1 -
diff --git a/ui-repolist.c b/ui-repolist.c index 573c730510cf3f7240aa5e84c82e29a685d47912..e5c6c207818669ddb034bb2012ab6e44c6616498 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;