diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-27 12:08:42 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-27 12:08:42 +0100 |
| commit | 2f413d9496ad34caede223ba680e16db868691fa (patch) | |
| tree | 53ce05fd68cadcc29ec936d7d61d8ce0297647b5 | |
| parent | f1931bb8749b3d6f224065e7e60684bb08dfae13 (diff) | |
| download | abrt-2f413d9496ad34caede223ba680e16db868691fa.tar.gz abrt-2f413d9496ad34caede223ba680e16db868691fa.tar.xz abrt-2f413d9496ad34caede223ba680e16db868691fa.zip | |
remove redundant return after throw
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | lib/Plugins/Bugzilla.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |
