summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/Bugzilla.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index 0ca15aae..d7040849 100644
--- a/lib/Plugins/Bugzilla.cpp
+++ b/lib/Plugins/Bugzilla.cpp
@@ -410,8 +410,6 @@ int32_t ctx::new_bug(const map_crash_data_t& pCrashData)
int32_t ctx::add_attachments(const char* bug_id_str, const map_crash_data_t& pCrashData)
{
- xmlrpc_value* result = NULL;
-
map_crash_data_t::const_iterator it = pCrashData.begin();
for (; it != pCrashData.end(); it++)
{