]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Compiler warning fix.
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Sep 2015 11:18:51 +0000 (14:18 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Sep 2015 11:18:51 +0000 (14:18 +0300)
src/imap/imap-commands.c

index a3a01be8b5582a01d85429f205388e93707670c3..c4418dbf1fbc157a7d03f4c5a5700b82131202b7 100644 (file)
@@ -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;