[evolution-data-server] Remove unused assignments
- From: Kjartan Maraas <kmaraas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove unused assignments
- Date: Sat, 26 Sep 2009 10:45:34 +0000 (UTC)
commit e08be9c164b216d2ac09e42967792fd9703e2b79
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sat Sep 26 12:43:48 2009 +0200
Remove unused assignments
camel/providers/groupwise/camel-groupwise-utils.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/groupwise/camel-groupwise-utils.c b/camel/providers/groupwise/camel-groupwise-utils.c
index fc758c0..8a48641 100644
--- a/camel/providers/groupwise/camel-groupwise-utils.c
+++ b/camel/providers/groupwise/camel-groupwise-utils.c
@@ -308,7 +308,6 @@ send_as_attachment (EGwConnection *cnc, EGwItem *item, CamelStreamMem *content,
attachment->size = temp_len;
g_free (temp_str);
temp_str = NULL;
- temp_len = 0;
} else {
attachment->data = g_base64_encode(content->buffer->data, content->buffer->len);
attachment->size = strlen (attachment->data);
@@ -325,7 +324,6 @@ send_as_attachment (EGwConnection *cnc, EGwItem *item, CamelStreamMem *content,
attachment->size = temp_len;
g_free (temp_str);
temp_str = NULL;
- temp_len = 0;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]