[evolution-data-server/meego-eds] Remove unused variable to fix compilation with gcc 4.6



commit 89782e3924430d6d262c8d42c0e0c243b2d09a17
Author: Christophe Dumez <christophe dumez intel com>
Date:   Mon Jun 20 23:26:49 2011 +0300

    Remove unused variable to fix compilation with gcc 4.6

 mail/libemailutils/mail-mt.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/mail/libemailutils/mail-mt.c b/mail/libemailutils/mail-mt.c
index 1fda93c..0a32a21 100644
--- a/mail/libemailutils/mail-mt.c
+++ b/mail/libemailutils/mail-mt.c
@@ -777,7 +777,6 @@ op_status_exec (struct _op_status_msg *m)
 	MailMsg *msg;
 	MailMsgPrivate *data;
 	gchar *out, *p, *o, c;
-	gint pc;
 
 	g_return_if_fail (mail_in_main_thread ());
 
@@ -802,8 +801,6 @@ op_status_exec (struct _op_status_msg *m)
 	}
 	*o = 0;
 
-	pc = m->pc;
-
 	if (1 /* activity handler */) {
 		gchar *what;
 



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