Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaException.cc
index a1cbb7c..346802d 100644 (file)
@@ -210,14 +210,6 @@ namespace zypp
       return str;
     }
 
-    std::ostream &MediaFileSizeExceededException::dumpOn(std::ostream &str) const
-    {
-      str << form(_("Downloaded data exceeded the expected filesize '%s' of '%s'."), _expectedFileSize.asString().c_str(), _url.c_str() );
-      if ( !_msg.empty() )
-        str << endl << _msg;
-      return str;
-    }
-
     std::ostream & MediaTemporaryProblemException::dumpOn( std::ostream & str ) const
     {
       str << form(_("Location '%s' is temporarily unaccessible."), _url.c_str()) << endl;