Blob Blame History Raw
--- evolution-data-server-1.8.1/camel/providers/groupwise/camel-groupwise-folder.c.warn-unused-variable	2006-09-02 02:36:55.000000000 -0400
+++ evolution-data-server-1.8.1/camel/providers/groupwise/camel-groupwise-folder.c	2006-10-08 22:09:18.000000000 -0400
@@ -1137,7 +1137,6 @@
 	CamelGroupwiseFolder *gw_folder = CAMEL_GROUPWISE_FOLDER(folder);
 	CamelGroupwiseStorePrivate *priv = gw_store->priv;
 	EGwConnection *cnc = cnc_lookup (priv);
-	GSList *attach_list = NULL;
 	guint32 item_status, status_flags = 0;
 	CamelFolderChangeInfo *changes = NULL;
 	gboolean exists = FALSE;
@@ -1369,7 +1368,6 @@
 {
 	CamelGroupwiseMessageInfo *mi = NULL;
 	CamelGroupwiseStore *gw_store = CAMEL_GROUPWISE_STORE (folder->parent_store);
-	GSList *attach_list = NULL;
 	guint32 item_status, status_flags = 0;
 	CamelFolderChangeInfo *changes = NULL;
 	gboolean exists = FALSE;
--- evolution-data-server-1.8.1/camel/camel-stream-vfs.c.warn-unused-variable	2006-09-02 02:36:54.000000000 -0400
+++ evolution-data-server-1.8.1/camel/camel-stream-vfs.c	2006-10-08 22:09:18.000000000 -0400
@@ -121,7 +121,6 @@
 {
 	CamelStreamVFS *stream_vfs;
 	off_t offset;
-	GnomeVFSResult result;
 	
 	if (!handle)
 		return NULL;