mirror of
https://git.zx2c4.com/cgit
synced 2025-08-07 19:34:36 +02:00
Remove unused variable from ui-repolist.c:read_agefile()
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
57f6a8bf0d
commit
25da3f7625
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ time_t read_agefile(char *path)
|
||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
static char buf[64], buf2[64];
|
static char buf[64], buf2[64];
|
||||||
struct tm tm;
|
|
||||||
|
|
||||||
if (!(f = fopen(path, "r")))
|
if (!(f = fopen(path, "r")))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue