You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/03/02 05:10:48 UTC

svn commit: r382290 - /webservices/axis2/trunk/c/modules/core/description/svc.c

Author: damitha
Date: Wed Mar  1 20:10:47 2006
New Revision: 382290

URL: http://svn.apache.org/viewcvs?rev=382290&view=rev
Log:
Deleted some junk lines 

Modified:
    webservices/axis2/trunk/c/modules/core/description/svc.c

Modified: webservices/axis2/trunk/c/modules/core/description/svc.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/svc.c?rev=382290&r1=382289&r2=382290&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/svc.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/svc.c Wed Mar  1 20:10:47 2006
@@ -599,10 +599,6 @@
         axis2_wsdl_interface_t *wsdl_interface = NULL;
         
         wsdl_interface = axis2_svc_get_svc_interface(svc, env);
-        axis2_qname_t *svc_qname = AXIS2_SVC_GET_QNAME(svc, env);
-        axis2_char_t *svc_name = AXIS2_QNAME_GET_LOCALPART(svc_qname, env);
-        axis2_qname_t *op_qname = AXIS2_OP_GET_QNAME(op, env);
-        axis2_char_t *op_name = AXIS2_QNAME_GET_LOCALPART(op_qname, env);
         status = AXIS2_WSDL_INTERFACE_SET_OP(wsdl_interface, env, op);
     }
     return status;