Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / repo / RepoMirrorList.h
index 1898716..e6ad1fd 100644 (file)
@@ -21,11 +21,7 @@ namespace zypp
     class RepoMirrorList
     {
       public:
-       RepoMirrorList( const Url & url_r, const Pathname & metadatapath_r, bool mirrorListForceMetalink_r );
-
-        RepoMirrorList( const Url & url_r )
-       : RepoMirrorList( url_r, Pathname(), false )
-       {}
+        RepoMirrorList( const Url & url_r, const Pathname & metadatapath_r = Pathname() );
 
         const std::vector<Url> & getUrls() const
         { return _urls; }