]> git.saurik.com Git - apt.git/commitdiff
fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defin...
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:51:03 +0000 (00:51 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:51:03 +0000 (00:51 +0200)
Git-Dch: Ignore
Reported-By: cppcheck
apt-pkg/sourcelist.h

index 261dd81613739286ecb2d2bdec625d37317c0b82..35b786e1a1556b57d646cf9d3316e9e1279250b6 100644 (file)
@@ -96,13 +96,9 @@ class pkgSourceList : public pkgSource
    
    public:
 
-   std::vector<metaIndex *> SrcList;
-
    int ParseFileDeb822(std::string File);
    bool ParseFileOldStyle(std::string File);
 
-   public:
-
    bool ReadMainList();
    bool Read(std::string File);