From: Duncan Mac-Vicar P Date: Tue, 14 Oct 2008 10:31:22 +0000 (+0000) Subject: remove non used helper X-Git-Tag: BASE-SuSE-Code-11-Branch~269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d15ec7932980678dfc318a916db227a2804492d;p=platform%2Fupstream%2Flibzypp.git remove non used helper --- diff --git a/zypp/KeyRing.cc b/zypp/KeyRing.cc index 14cb805..62068f7 100644 --- a/zypp/KeyRing.cc +++ b/zypp/KeyRing.cc @@ -45,14 +45,6 @@ namespace zypp IMPL_PTR_TYPE(KeyRing); - static bool printLine( const string &line ) - { - MIL << line << endl; - return true; - } - - /////////////////////////////////////////////////////////////////// - namespace { KeyRing::DefaultAccept _keyRingDefaultAccept( KeyRing::ACCEPT_NOTHING );