[couchdb-glib] Removed unused variable



commit 09a3a2eba7771e6f9b7d7ec98262a559d15af08c
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Jun 24 14:20:36 2009 +0200

    Removed unused variable

 couchdb-glib/couchdb-document-contact.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/couchdb-glib/couchdb-document-contact.c b/couchdb-glib/couchdb-document-contact.c
index 443016d..a7a6234 100644
--- a/couchdb-glib/couchdb-document-contact.c
+++ b/couchdb-glib/couchdb-document-contact.c
@@ -141,7 +141,7 @@ couchdb_document_contact_set_email_addresses (CouchDBDocument *document, GSList
 
 	addresses_json = json_object_new ();
 	for (l = list; l != NULL; l = l->next) {
-		const gchar *address_str, *description_str;
+		const gchar *address_str;
 		CouchDBStructField *sf = (CouchDBStructField *) l->data;
 
 		address_str = couchdb_document_contact_email_get_address (sf);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]