From 7490182ddb02cd8e22972a151230335ab9b01068 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 27 Jul 2007 11:30:40 +0000 Subject: [PATCH] Not needed --- zypp/RepoManager.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zypp/RepoManager.cc b/zypp/RepoManager.cc index b06d962..fafd979 100644 --- a/zypp/RepoManager.cc +++ b/zypp/RepoManager.cc @@ -635,10 +635,9 @@ namespace zypp callback::SendReport report; ProgressData progress; progress.sendTo(ProgressReportAdaptor( progressrcv, report )); - progress.sendTo( progressrcv ); + //progress.sendTo( progressrcv ); progress.name(str::form(_("Reading repository '%s' cache"), info.alias().c_str())); - progress.toMin(); - + cache::CacheStore store(_pimpl->options.repoCachePath); if ( ! store.isCached( info.alias() ) ) -- 2.7.4