diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-05-23 19:22:20 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-23 19:22:20 +0200 |
commit | 25da3f76255754c8b3f98232a5eb84f47088d0f7 (patch) | |
tree | 10987948441e8f211ecd31360742f1306fd9a46c /ui-repolist.c | |
parent | 57f6a8bf0de6c112cabc1d8e20ade2698bd886b7 (diff) |
Remove unused variable from ui-repolist.c:read_agefile()
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | ui-repolist.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |