changeset 4795:23f63cd499ee HEAD

Removed code which is never called.
author Timo Sirainen <tss@iki.fi>
date Sun, 12 Nov 2006 20:02:15 +0200
parents 985420783b85
children 49c9e7588de4
files src/lib-index/mail-cache-compress.c src/lib-index/mail-index.c
diffstat 2 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-cache-compress.c	Sun Nov 12 17:20:36 2006 +0200
+++ b/src/lib-index/mail-cache-compress.c	Sun Nov 12 20:02:15 2006 +0200
@@ -270,7 +270,6 @@
 			return -1;
 		}
 	}
-	return -1;
 }
 
 static int mail_cache_compress_locked(struct mail_cache *cache,
--- a/src/lib-index/mail-index.c	Sun Nov 12 17:20:36 2006 +0200
+++ b/src/lib-index/mail-index.c	Sun Nov 12 20:02:15 2006 +0200
@@ -987,10 +987,6 @@
 			return -1;
 		}
 	}
-
-	/* Too many ESTALE retries */
-	mail_index_set_syscall_error(index, "read_map()");
-	return -1;
 }
 
 static int mail_index_map_try_existing(struct mail_index_map *map)