From 2b692348d5b6c210f2d90735b8605e0d009c1643 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 22 Feb 2010 12:43:19 +0100 Subject: remove unused variable Signed-off-by: Denys Vlasenko --- lib/Plugins/Bugzilla.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Plugins/Bugzilla.cpp') diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 0ca15aa..d704084 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++) { -- cgit