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/thkp.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/thkp.c')
-rw-r--r-- | rpmio/thkp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmio/thkp.c b/rpmio/thkp.c index 267604cd7..0f8576379 100644 --- a/rpmio/thkp.c +++ b/rpmio/thkp.c @@ -121,7 +121,5 @@ main(int argc, const char *argv[]) readKeys(hkppath); -urlFreeCache(); - return 0; } |