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 sa...@apache.org on 2007/02/16 05:21:40 UTC

svn commit: r508306 - /webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c

Author: samisa
Date: Thu Feb 15 20:21:39 2007
New Revision: 508306

URL: http://svn.apache.org/viewvc?view=rev&rev=508306
Log:
Fixed warning

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c?view=diff&rev=508306&r1=508305&r2=508306
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c Thu Feb 15 20:21:39 2007
@@ -245,7 +245,6 @@
 axis2_module_malloc(
     axis2_allocator_t *allocator, size_t size)
 {
-    void *ret_obj = NULL;
     return apr_palloc((apr_pool_t*) (allocator->current_pool), size);
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org