diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-07 16:47:40 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-07 16:47:40 +0100 |
commit | 760d4968005c97f0d5fd6403633f367aac89c763 (patch) | |
tree | 73f8ea2efb54abdac5545fb2d4fc885edfaf8151 /apt-pkg/cachefile.h | |
parent | dabe757a0a6d91e07ba30e3d580e49fe56eb4737 (diff) |
* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}
as it does not require a cachefile at all
Diffstat (limited to 'apt-pkg/cachefile.h')
-rw-r--r-- | apt-pkg/cachefile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/cachefile.h b/apt-pkg/cachefile.h index 8408af996..3b057951c 100644 --- a/apt-pkg/cachefile.h +++ b/apt-pkg/cachefile.h @@ -47,7 +47,6 @@ class pkgCacheFile bool BuildCaches(OpProgress &Progress,bool WithLock = true); bool Open(OpProgress &Progress,bool WithLock = true); - bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseInterval=0); void Close(); pkgCacheFile(); |