From bd5c6e968ae1f29f5819d1e39ec104cc632ad545 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 17 Nov 2006 18:35:09 +0100 Subject: [PATCH] Remove useless imap_cmd_running() Signed-off-by: Julien Danjou Signed-off-by: Pierre Habouzit --- imap/command.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/imap/command.c b/imap/command.c index 8b93712..2714633 100644 --- a/imap/command.c +++ b/imap/command.c @@ -209,16 +209,6 @@ int imap_exec (IMAP_DATA * idata, const char *cmd, int flags) return 0; } -/* imap_cmd_running: Returns whether an IMAP command is in progress. */ -int imap_cmd_running (IMAP_DATA * idata) -{ - if (idata->cmd.state == IMAP_CMD_CONTINUE || - idata->cmd.state == IMAP_CMD_RESPOND) - return 1; - - return 0; -} - /* imap_cmd_finish: Attempts to perform cleanup (eg fetch new mail if * detected, do expunge). Called automatically by imap_cmd_step, but * may be called at any time. Called by imap_check_mailbox just before -- 2.20.1