Skip to content

Commit

Permalink
imapsieve plugin: Removed spurious pool field from imap_sieve_user st…
Browse files Browse the repository at this point in the history
…ruct.
  • Loading branch information
stephanbosch committed Aug 10, 2016
1 parent 3f51b82 commit 02a0b3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/imapsieve/imap-sieve-storage.c
Expand Up @@ -62,8 +62,6 @@ struct imap_sieve_mailbox_rule {
};

struct imap_sieve_user {
pool_t pool;

union mail_user_module_context module_ctx;
struct client *client;
struct imap_sieve *isieve;
Expand Down

0 comments on commit 02a0b3b

Please sign in to comment.