]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Remove unused variable from ui-repolist.c:read_agefile()
[ps-cgit] / ui-repolist.c
index 573c730510cf3f7240aa5e84c82e29a685d47912..e5c6c207818669ddb034bb2012ab6e44c6616498 100644 (file)
@@ -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;