From 11dc722cf750dfc99c9fb54a3675a19af08227f7 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Tue, 24 Jul 2007 14:13:54 +0000 Subject: [PATCH] - make this function a class so we can convert it into a scoped cache --- zypp/repo/RepoProvideFile.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zypp/repo/RepoProvideFile.cc b/zypp/repo/RepoProvideFile.cc index 31bcb13..f8c6411 100644 --- a/zypp/repo/RepoProvideFile.cc +++ b/zypp/repo/RepoProvideFile.cc @@ -174,7 +174,6 @@ namespace zypp RepoMediaAccess::RepoMediaAccess() : _impl( new Impl() ) { - } RepoMediaAccess::~RepoMediaAccess() @@ -182,8 +181,6 @@ namespace zypp } - - ManagedFile RepoMediaAccess::provideFile( Repository repo_r, const OnMediaLocation & loc_r, const ProvideFilePolicy & policy_r ) -- 2.7.4