- ups, compile
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 24 Jul 2007 12:35:00 +0000 (12:35 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 24 Jul 2007 12:35:00 +0000 (12:35 +0000)
zypp/repo/RepoProvideFile.cc

index da73dbb..27b38c5 100644 (file)
@@ -138,8 +138,6 @@ namespace zypp
         }
       } // iteration over urls
 
-      stringstream ss;
-      ss << 
       ZYPP_THROW(Exception(str::form(_("Can't provide file %s from repository %s",
                                        loc_r.filename().c_str(),
                                        info.alias().c_str() ) ) ) );