[dovecot-cvs] dovecot/src/lib-index mail-index.h,1.89,1.90

cras at procontrol.fi cras at procontrol.fi
Sun Aug 24 10:49:57 EEST 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv13769/src/lib-index

Modified Files:
	mail-index.h 
Log Message:
Removed index_align stuff. It's not needed anymore.



Index: mail-index.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- mail-index.h	18 Aug 2003 03:22:12 -0000	1.89
+++ mail-index.h	24 Aug 2003 06:49:55 -0000	1.90
@@ -475,8 +475,4 @@
 #define INDEX_IS_IN_MEMORY(index) \
 	((index)->anon_mmap)
 
-/* Returns alignmentation for given size */
-#define INDEX_ALIGN(size) \
-	(((size) + INDEX_ALIGN_SIZE-1) & ~((unsigned int) INDEX_ALIGN_SIZE-1))
-
 #endif



More information about the dovecot-cvs mailing list