summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edsplistparser.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2017-08-14 17:31:05 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2017-09-09 17:22:11 +0200
commit923522367a28be7235bf6459abfeae89fafffcf1 (patch)
tree77ddaef9a9f7fe78cd8358ca70db82cd6f54b42f /apt-pkg/edsp/edsplistparser.cc
parentcba5c5a26a9bf00724f8ea647ac61b30e32734ba (diff)
drop unused/unimplemented & hidden LoadReleaseInfo
The relevant calling code as well as the implementation for the deb system was removed 2 years ago with the refactoring of release information storage (b07aeb1a6e24825e534167a737043441e871de9f). This commit removes the the unused remains of this change with no practical effect on anybody (expect codesize) as the methods were declared as hidden and hence only libapt could have called it. Gbp-Dch: Ignore
Diffstat (limited to 'apt-pkg/edsp/edsplistparser.cc')
-rw-r--r--apt-pkg/edsp/edsplistparser.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/apt-pkg/edsp/edsplistparser.cc b/apt-pkg/edsp/edsplistparser.cc
index bd02a128a..31bded9ca 100644
--- a/apt-pkg/edsp/edsplistparser.cc
+++ b/apt-pkg/edsp/edsplistparser.cc
@@ -68,13 +68,6 @@ unsigned short edspLikeListParser::VersionHash()
return 0;
}
/*}}}*/
-// ListParser::LoadReleaseInfo - Load the release information /*{{{*/
-APT_PURE bool edspLikeListParser::LoadReleaseInfo(pkgCache::RlsFileIterator & /*FileI*/,
- FileFd & /*File*/, std::string const &/*component*/)
-{
- return true;
-}
- /*}}}*/
// ListParser::ParseStatus - Parse the status field /*{{{*/
// ---------------------------------------------------------------------
/* The Status: line here is not a normal dpkg one but just one which tells