]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
sanify unused ReportMirrorFailure a tiny bit
[apt.git] / apt-pkg / acquire-item.h
index 54d998898102e503b0691595afbc1cb8fd5e6589..1884cfe529cd08803f190bff897ca657bec7ab7e 100644 (file)
@@ -281,7 +281,7 @@ class pkgAcquire::Item : public WeakPointable                               /*{{{*/
     *
     *  \param FailCode A short failure string that is send
     */
     *
     *  \param FailCode A short failure string that is send
     */
-   void ReportMirrorFailure(std::string const &FailCode);
+   APT_DEPRECATED_MSG("Item::Failed does this for you") void ReportMirrorFailure(std::string const &FailCode);
 
    /** \brief Set the name of the current active subprocess
     *
 
    /** \brief Set the name of the current active subprocess
     *