dovecot-2.1-pigeonhole: Testsuite: fixed compiler warning.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Aug 5 19:42:17 EEST 2012


details:   http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/bb8a9332e3d5
changeset: 1634:bb8a9332e3d5
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Aug 05 18:42:12 2012 +0200
description:
Testsuite: fixed compiler warning.

diffstat:

 src/testsuite/testsuite-variables.c |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r e44101914a27 -r bb8a9332e3d5 src/testsuite/testsuite-variables.c
--- a/src/testsuite/testsuite-variables.c	Sun Aug 05 00:30:14 2012 +0200
+++ b/src/testsuite/testsuite-variables.c	Sun Aug 05 18:42:12 2012 +0200
@@ -103,13 +103,10 @@
 {
 	const struct sieve_extension *this_ext = SIEVE_OBJECT_EXTENSION(nspc);
 	const char *variable = (const char *) var_data;
-	struct ext_testsuite_context *ext_data;
 
 	if ( this_ext == NULL )
 		return FALSE;
 
-	ext_data = (struct ext_testsuite_context *) this_ext->context;
-
 	sieve_variables_opr_namespace_variable_emit
 		(cgenv->sblock, testsuite_ext_variables, this_ext, &testsuite_namespace);
 	sieve_binary_emit_cstring(cgenv->sblock, variable);


More information about the dovecot-cvs mailing list