From cce156719c9bf9ab09fedbb89d31cf64faaf69da Mon Sep 17 00:00:00 2001 From: Peter Csaszar Date: Fri, 3 Aug 2007 10:22:59 +0000 Subject: [PATCH] Remove of an false warning. pmo-trunk-r2922 --- src/modest-mail-operation.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index bcc5ef4..5c2e1c2 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -2676,9 +2676,6 @@ modest_mail_operation_notify_end (ModestMailOperation *self) /* We do not wrapp this emission because we assume that this function is always called from within the main lock */ state = modest_mail_operation_clone_state (self); - g_warning ("EXAMINE SITUATION: " - "self might be NULL after this function (%s) returns", - __FUNCTION__); g_signal_emit (G_OBJECT (self), signals[PROGRESS_CHANGED_SIGNAL], 0, state, NULL); g_slice_free (ModestMailOperationState, state); } -- 1.7.9.5