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 na...@apache.org on 2006/05/01 07:44:02 UTC

svn commit: r398532 - /webservices/axis/trunk/c/src/common/ArrayBean.cpp

Author: nadiramra
Date: Sun Apr 30 22:44:00 2006
New Revision: 398532

URL: http://svn.apache.org/viewcvs?rev=398532&view=rev
Log:
Remove call to Axis_GetSize_xx() function since return value not used.

Modified:
    webservices/axis/trunk/c/src/common/ArrayBean.cpp

Modified: webservices/axis/trunk/c/src/common/ArrayBean.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/src/common/ArrayBean.cpp?rev=398532&r1=398531&r2=398532&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/ArrayBean.cpp (original)
+++ webservices/axis/trunk/c/src/common/ArrayBean.cpp Sun Apr 30 22:44:00 2006
@@ -317,10 +317,6 @@
         void* pItem;
         AXIS_BINDING_STYLE nStyle = pSZ.getStyle();
 
-		TRACE_OBJECT_SIZE_FUNCT_ENTRY(m_value.cta->pSizeFunct);
-        int itemsize = m_value.cta->pSizeFunct();
-		TRACE_OBJECT_SIZE_FUNCT_EXIT(m_value.cta->pSizeFunct, itemsize);
-
         void** ptrval = (void**) m_value.cta->pObject;
         if (DOC_LITERAL == nStyle) 
         {