diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 13:55:38 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 13:55:38 +0100 |
commit | e4e9af454db78c287ca062ac7d75bdd63bd7f744 (patch) | |
tree | e4b34f068c96d16f5dd929da64cd7a9cbc965b7e /apt-pkg/acquire-item.cc | |
parent | b31040e9c1441a2a7296ce3ff12f5052fc522366 (diff) |
Remove pkgAcqFile::Failed overload
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index bbbda3bd3..3e6436114 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -3935,12 +3935,6 @@ void pkgAcqFile::Done(string const &Message,HashStringList const &CalcHashes, } } /*}}}*/ -void pkgAcqFile::Failed(string const &Message, pkgAcquire::MethodConfig const *const Cnf) /*{{{*/ -{ - // FIXME: Remove this pointless overload on next ABI break - Item::Failed(Message, Cnf); -} - /*}}}*/ string pkgAcqFile::Custom600Headers() const /*{{{*/ { if (IsIndexFile) |