Author: kaushalye
Date: Wed Nov 28 23:37:55 2007
New Revision: 599312

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

Modified:
    webservices/rampart/trunk/c/src/util/rampart_context.c

Modified: webservices/rampart/trunk/c/src/util/rampart_context.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/rampart_context.c?rev=599312&r1=599311&r2=599312&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/util/rampart_context.c (original)
+++ webservices/rampart/trunk/c/src/util/rampart_context.c Wed Nov 28 23:37:55 
2007
@@ -192,7 +192,6 @@
 rampart_context_free(rampart_context_t *rampart_context,
                      const axutil_env_t *env)
 {
-    axis2_status_t status = AXIS2_FAILURE;
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
 
     if(rampart_context)


Reply via email to