projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804de19
)
fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defin...
author
David Kalnischkies
<david@kalnischkies.de>
Fri, 26 Sep 2014 22:51:03 +0000
(
00:51
+0200)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/apt-pkg/sourcelist.h
b/apt-pkg/sourcelist.h
index 261dd81613739286ecb2d2bdec625d37317c0b82..35b786e1a1556b57d646cf9d3316e9e1279250b6 100644
(file)
--- 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);