From 923522367a28be7235bf6459abfeae89fafffcf1 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 14 Aug 2017 17:31:05 +0200 Subject: 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 --- apt-pkg/deb/deblistparser.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apt-pkg/deb/deblistparser.h') diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h index 8d7efc746..e59f2080a 100644 --- a/apt-pkg/deb/deblistparser.h +++ b/apt-pkg/deb/deblistparser.h @@ -87,9 +87,6 @@ class APT_HIDDEN debListParser : public pkgCacheListParser virtual bool Step() APT_OVERRIDE; - bool LoadReleaseInfo(pkgCache::RlsFileIterator &FileI,FileFd &File, - std::string const §ion); - APT_PUBLIC static const char *ParseDepends(const char *Start,const char *Stop, std::string &Package,std::string &Ver,unsigned int &Op); APT_PUBLIC static const char *ParseDepends(const char *Start,const char *Stop, -- cgit v1.2.3