summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-22 12:43:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-22 12:43:19 +0100
commit2b692348d5b6c210f2d90735b8605e0d009c1643 (patch)
tree2a5c0eadf31063eb40354db70deb9d5926b7da10 /lib/Plugins
parentdcb0b97d4f8e199cafd6690fd95ef69f18596f2a (diff)
downloadabrt-2b692348d5b6c210f2d90735b8605e0d009c1643.tar.gz
abrt-2b692348d5b6c210f2d90735b8605e0d009c1643.tar.xz
abrt-2b692348d5b6c210f2d90735b8605e0d009c1643.zip
remove unused variable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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++)
{