From 5cba622bac75cd90a846a028e47245a16043da17 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 22 Sep 2010 01:06:21 +0200 Subject: eliminate LoadOpenGPGPublicKey wrapper Signed-off-by: Denys Vlasenko --- src/daemon/MiddleWare.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/daemon/MiddleWare.cpp') diff --git a/src/daemon/MiddleWare.cpp b/src/daemon/MiddleWare.cpp index 94b38929..73959102 100644 --- a/src/daemon/MiddleWare.cpp +++ b/src/daemon/MiddleWare.cpp @@ -19,7 +19,7 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include -#include +#include /* for std::find */ #include "abrtlib.h" #include "Daemon.h" #include "Settings.h" @@ -638,12 +638,6 @@ static bool is_debug_dump_saved(long uid, const char *debug_dump_dir) return found; } -void LoadOpenGPGPublicKey(const char* key) -{ - VERB1 log("Loading GPG key '%s'", key); - rpm_load_gpgkey(key); -} - /** * Returns the first full path argument in the command line or NULL. * Skips options are in form "-XXX". -- cgit