diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-09-27 00:51:03 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-09-27 00:51:03 +0200 |
commit | 9d02c1ac77717a2a8055e56dad4974abb15c800b (patch) | |
tree | ac31cb1ef314289fc6cd190a70cb035d678ae6cd | |
parent | 804de19f5f89a94d445edc3b1b1cf95b55f71258 (diff) |
fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defined in its parent class 'pkgSource'
Git-Dch: Ignore
Reported-By: cppcheck
-rw-r--r-- | apt-pkg/sourcelist.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 261dd8161..35b786e1a 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -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); |