[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.h, 1.51, 1.52

tss at dovecot.org tss at dovecot.org
Fri Mar 30 21:55:45 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv30307/mbox

Modified Files:
	mbox-storage.h 
Log Message:
Removed unused macros



Index: mbox-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- mbox-storage.h	30 Mar 2007 12:44:07 -0000	1.51
+++ mbox-storage.h	30 Mar 2007 18:55:42 -0000	1.52
@@ -14,11 +14,6 @@
 #include "index-storage.h"
 #include "mailbox-list-private.h"
 
-#define STORAGE(mbox_storage) \
-	(&(mbox_storage)->storage.storage)
-#define INDEX_STORAGE(mbox_storage) \
-	(&(mbox_storage)->storage)
-
 struct mbox_storage {
 	struct mail_storage storage;
 



More information about the dovecot-cvs mailing list