remove non used helper
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 14 Oct 2008 10:31:22 +0000 (10:31 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 14 Oct 2008 10:31:22 +0000 (10:31 +0000)
zypp/KeyRing.cc

index 14cb805..62068f7 100644 (file)
@@ -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 );