Cleanup unused /var/lib/zypp/cache in migrate_sources
[platform/upstream/libzypp.git] / devel / devel.ma / NewPool.cc
index 3095638..959959c 100644 (file)
@@ -550,30 +550,9 @@ try {
       MIL << *it << endl;
     }
   }
-  {
-    Measure x( "ja" );
-    sat::ByLocaleSupport f( s );
-    for_( it, satpool.filterBegin(f), satpool.filterEnd(f) )
-    {
-      MIL << *it << endl;
-    }
-  }
-  {
-    Measure x( "requested" );
-    sat::ByLocaleSupport f( satpool.getRequestedLocales() );
-    for_( it, satpool.filterBegin(f), satpool.filterEnd(f) )
-    {
-      MIL << *it << endl;
-    }
-  }
-   {
-    Measure x( "requested" );
-    sat::ByLocaleSupport f( satpool.getRequestedLocales() );
-    for_( it, pool.filterBegin(f), pool.filterEnd(f) )
-    {
-      MIL << *it << endl;
-    }
-  }
+
+
+
 
 
   //MIL << sat::WhatProvides( Capability("amarok") ) << endl;