the repository which powers this website
Remove unused variable from ui-repolist.c:read_agefile()
Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-05-24
parent 57f6a8b · commit 25da3f7
-rw-r--r--ui-repolist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 573c7305..e5c6c207 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;