Remove unused variable from ui-repolist.c:read_agefile() Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Wed, 23 May 2007 19:22:20 +0200
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
ui-repolist.c
→
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;