aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.c')
-rw-r--r--camel/camel-remote-store.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index ef6fe56df0..1c73639d58 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -197,12 +197,8 @@ timeout_cb (gpointer data)
{
CamelRemoteStore *store = CAMEL_REMOTE_STORE(data);
- CAMEL_REMOTE_STORE_LOCK(store, stream_lock);
-
CRSC (data)->keepalive(store);
- CAMEL_REMOTE_STORE_UNLOCK(store, stream_lock);
-
return TRUE;
}