Skip to content

Commit

Permalink
lib-smtp: smtp-server - Remove unused server->ioloop field.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 2, 2019
1 parent 6e53246 commit 5d1d92a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib-smtp/smtp-server-private.h
Expand Up @@ -197,7 +197,6 @@ struct smtp_server {

struct smtp_server_settings set;

struct ioloop *ioloop;
struct ssl_iostream_context *ssl_ctx;

ARRAY(struct smtp_server_command_reg) commands_reg;
Expand Down

0 comments on commit 5d1d92a

Please sign in to comment.