X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/57f6a8bf0de6c112cabc1d8e20ade2698bd886b7..1a63cfcc3d83919e790e7e279eb35fc75adb0e3c:/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;