another round of method hardening with const& in Configuration
[ntk/apt.git] / apt-pkg / cachefile.h
index 02c6188..3b05795 100644 (file)
@@ -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);
    void Close();
    
    pkgCacheFile();