From: Peter Csaszar Date: Fri, 3 Aug 2007 10:22:59 +0000 (+0000) Subject: Remove of an false warning. X-Git-Tag: git_migration_finished~2638 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=cce156719c9bf9ab09fedbb89d31cf64faaf69da Remove of an false warning. pmo-trunk-r2922 --- 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); }