dovecot-2.2-pigeonhole: Fixed compiler warning.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun May 20 13:17:10 EEST 2012


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/f362b56485fa
changeset: 1628:f362b56485fa
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri May 11 02:45:33 2012 +0200
description:
Fixed compiler warning.

diffstat:

 src/lib-sieve/sieve-validator.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r aa611f912da6 -r f362b56485fa src/lib-sieve/sieve-validator.c
--- a/src/lib-sieve/sieve-validator.c	Fri May 04 11:40:39 2012 +0200
+++ b/src/lib-sieve/sieve-validator.c	Fri May 11 02:45:33 2012 +0200
@@ -1182,8 +1182,6 @@
 
 		/* Identifier = "" when the command was previously marked as unknown */
 		if ( *(cmd_def->identifier) != '\0' ) {
-			struct sieve_command *cmd;
-
 			if ( (cmd_def->type == SCT_COMMAND && ast_type == SAT_TEST)
 				|| (cmd_def->type == SCT_TEST && ast_type == SAT_COMMAND) ) {
 				sieve_validator_error(


More information about the dovecot-cvs mailing list