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/svc_grp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/description/svc_grp.c') diff --git a/src/core/description/svc_grp.c b/src/core/description/svc_grp.c index 074444a..8879055 100644 --- a/src/core/description/svc_grp.c +++ b/src/core/description/svc_grp.c @@ -281,12 +281,12 @@ axis2_svc_grp_remove_svc( const axutil_env_t * env, const axutil_qname_t * svc_qname) { - axis2_svc_t *svc = NULL; + /* axis2_svc_t *svc = NULL; */ axis2_char_t *svc_name = NULL; AXIS2_PARAM_CHECK(env->error, svc_name, AXIS2_FAILURE); - svc = axis2_svc_grp_get_svc(svc_grp, env, svc_qname); + /* svc = axis2_svc_grp_get_svc(svc_grp, env, svc_qname); */ svc_name = axutil_qname_to_string((axutil_qname_t *)svc_qname, env); axutil_hash_set(svc_grp->svcs, svc_name, AXIS2_HASH_KEY_STRING, NULL); -- cgit v1.1-32-gdbae