diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 13:45:47 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 16:31:20 +0100 |
commit | 5c812fa5c81bf3670f00bdb1c70a41aa5f11214c (patch) | |
tree | af83063bd30f15d9de93d589abbe811280cc3066 /apt-pkg/deb/dpkgpm.h | |
parent | 680b916ce7203a40ebd0a3882b9a71ca77278a67 (diff) |
dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index f58bcef67..67c141766 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -93,7 +93,6 @@ class pkgDPkgPM : public pkgPackageManager // Helpers bool RunScriptsWithPkgs(const char *Cnf); - APT_DEPRECATED_MSG("Use SendPkgInfo with the version as parameter instead") bool SendV2Pkgs(FILE *F); bool SendPkgsInfo(FILE * const F, unsigned int const &Version); void WriteHistoryTag(std::string const &tag, std::string value); std::string ExpandShortPackageName(pkgDepCache &Cache, |