diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-17 10:31:18 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-17 10:31:18 +0300 |
commit | cc68353128ea704bae581811583fe98969e1a0f8 (patch) | |
tree | c79a0d5be3d09cbfc3e46d7ca5aff4a9e1262c87 /rpmio/tdir.c | |
parent | c07bda47cff8e854ca220d1d49d9ae28f83006a0 (diff) | |
download | rpm-cc68353128ea704bae581811583fe98969e1a0f8.tar.gz rpm-cc68353128ea704bae581811583fe98969e1a0f8.tar.bz2 rpm-cc68353128ea704bae581811583fe98969e1a0f8.zip |
Remove url caching, don't need it...
Diffstat (limited to 'rpmio/tdir.c')
-rw-r--r-- | rpmio/tdir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmio/tdir.c b/rpmio/tdir.c index d1b34591c..640aeb321 100644 --- a/rpmio/tdir.c +++ b/rpmio/tdir.c @@ -73,7 +73,5 @@ main(int argc, const char *argv[]) printDir(ftppath); printDir(httppath); -urlFreeCache(); - return 0; } |