From 2f413d9496ad34caede223ba680e16db868691fa Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 27 Oct 2009 12:08:42 +0100 Subject: remove redundant return after throw Signed-off-by: Denys Vlasenko --- lib/Plugins/Bugzilla.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index dcabf1a..60e4469 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -455,7 +455,6 @@ std::string CReporterBugzilla::Report(const map_crash_report_t& pCrashReport, co { destroy_xmlrpc_client(); throw CABRTException(EXCEP_PLUGIN, std::string("CReporterBugzilla::Report(): ") + e.what()); - return ""; } destroy_xmlrpc_client(); -- cgit