diff options
Diffstat (limited to 'src/daemon/MiddleWare.cpp')
| -rw-r--r-- | src/daemon/MiddleWare.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
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 <fnmatch.h> -#include <algorithm> +#include <algorithm> /* 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". |
