fixed doc
authorMichael Andres <ma@suse.de>
Tue, 4 Mar 2008 17:23:39 +0000 (17:23 +0000)
committerMichael Andres <ma@suse.de>
Tue, 4 Mar 2008 17:23:39 +0000 (17:23 +0000)
zypp/RepoManager.cc

index 2568811..e6b34e2 100644 (file)
@@ -335,7 +335,6 @@ namespace zypp
 
       case RepoType::YAST2_e :
       {
-        // the order of RepoStatus && RepoStatus matters! (#304310)
         status = RepoStatus( rawpath + "/content") && (RepoStatus( rawpath + "/media.1/media"));
       }
       break;