From: Timo Sirainen Date: Wed, 22 Feb 2017 11:30:18 +0000 (+0200) Subject: lib-storage: Removed mail_storage_service_user_free() backwards compatibility X-Git-Tag: 2.3.0.rc1~2016 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6897616e0529b7bda2005d6cd42b06c826ed66f;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Removed mail_storage_service_user_free() backwards compatibility Used a separate commit so the macro can be left for v2.2 tree. --- diff --git a/src/lib-storage/mail-storage-service.h b/src/lib-storage/mail-storage-service.h index d5309e56ad..d21667f634 100644 --- a/src/lib-storage/mail-storage-service.h +++ b/src/lib-storage/mail-storage-service.h @@ -114,9 +114,6 @@ int mail_storage_service_lookup_next(struct mail_storage_service_ctx *ctx, const char **error_r); void mail_storage_service_user_ref(struct mail_storage_service_user *user); void mail_storage_service_user_unref(struct mail_storage_service_user **user); -/* FIXME: for backwards compatibility - remove */ -#define mail_storage_service_user_free(user) \ - mail_storage_service_user_unref(user) /* Initialize iterating through all users. */ void mail_storage_service_all_init(struct mail_storage_service_ctx *ctx); /* Initialize iterating through all users with a user mask hint to the