dovecot-2.2: imap: Finishing previous commit by removing now-unn...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Apr 21 11:09:44 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/881ab9a0dc2e
changeset: 18434:881ab9a0dc2e
user: Timo Sirainen <tss at iki.fi>
date: Tue Apr 21 14:08:12 2015 +0300
description:
imap: Finishing previous commit by removing now-unnecessary code.
diffstat:
src/imap/cmd-select.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b651fba04408 -r 881ab9a0dc2e src/imap/cmd-select.c
--- a/src/imap/cmd-select.c Tue Apr 21 14:06:41 2015 +0300
+++ b/src/imap/cmd-select.c Tue Apr 21 14:08:12 2015 +0300
@@ -17,7 +17,6 @@
struct mail_namespace *ns;
struct mailbox *box;
- struct timeval start_time;
struct imap_fetch_context *fetch_ctx;
uint32_t qresync_uid_validity;
@@ -405,7 +404,6 @@
client_send_tagline(cmd, error);
return TRUE;
}
- (void)gettimeofday(&ctx->start_time, NULL);
if (imap_arg_get_list(&args[1], &list_args)) {
if (!select_parse_options(ctx, list_args)) {
More information about the dovecot-cvs
mailing list