From: David Kalnischkies Date: Fri, 26 Sep 2014 22:51:03 +0000 (+0200) Subject: fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defin... X-Git-Tag: 1.1.exp4~31 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9d02c1ac77717a2a8055e56dad4974abb15c800b fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defined in its parent class 'pkgSource' Git-Dch: Ignore Reported-By: cppcheck --- 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 SrcList; - int ParseFileDeb822(std::string File); bool ParseFileOldStyle(std::string File); - public: - bool ReadMainList(); bool Read(std::string File);