From f6cbe9b6a3e2e1e2f3614ba34b1d334d2ad9f40c Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 18:33:51 +0000 Subject: commented unused variables to fix -Werror warnings git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425984 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/description/op.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/description/op.c') diff --git a/src/core/description/op.c b/src/core/description/op.c index e6c123f..900473c 100644 --- a/src/core/description/op.c +++ b/src/core/description/op.c @@ -659,7 +659,7 @@ axis2_op_engage_module( pr = axis2_phase_resolver_create_with_config(env, conf); if(pr) { - axis2_module_t *module = NULL; + /* axis2_module_t *module = NULL; */ axis2_status_t status = AXIS2_FAILURE; status = axis2_phase_resolver_engage_module_to_op(pr, env, op, moduleref); @@ -670,7 +670,7 @@ axis2_op_engage_module( AXIS2_LOG_INFO(env->log, AXIS2_LOG_SI, "Engaging module %s to operaion %s failed. But ignore this.", modname, opname); } - module = axis2_module_desc_get_module(moduleref, env); + /* module = axis2_module_desc_get_module(moduleref, env); */ axutil_array_list_add(collection_module, env, moduleref); } -- cgit v1.1-32-gdbae