From: Timo Sirainen Date: Mon, 21 Sep 2015 11:18:51 +0000 (+0300) Subject: Compiler warning fix. X-Git-Tag: 2.2.19.rc1~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f56f01d9c184c97e5a45f41d445ca776f72b7947;p=thirdparty%2Fdovecot%2Fcore.git Compiler warning fix. --- diff --git a/src/imap/imap-commands.c b/src/imap/imap-commands.c index a3a01be8b5..c4418dbf1f 100644 --- a/src/imap/imap-commands.c +++ b/src/imap/imap-commands.c @@ -154,7 +154,6 @@ void command_hook_unregister(command_hook_callback_t *pre, bool command_exec(struct client_command_context *cmd) { const struct command_hook *hook; - long long diff; bool finished; struct timeval cmd_start_timeval;