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 du...@apache.org on 2008/02/20 05:51:49 UTC

svn commit: r629353 - /webservices/axis2/trunk/c/util/test/rand/rand_test.c

Author: dumindu
Date: Tue Feb 19 20:51:46 2008
New Revision: 629353

URL: http://svn.apache.org/viewvc?rev=629353&view=rev
Log:
Removed an unused variable.


Modified:
    webservices/axis2/trunk/c/util/test/rand/rand_test.c

Modified: webservices/axis2/trunk/c/util/test/rand/rand_test.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/rand/rand_test.c?rev=629353&r1=629352&r2=629353&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/test/rand/rand_test.c (original)
+++ webservices/axis2/trunk/c/util/test/rand/rand_test.c Tue Feb 19 20:51:46 2008
@@ -6,7 +6,7 @@
 
 axis2_status_t test_rand(axutil_env_t *env)
 {    
-    int rand_number,rand_value,sleep_time,start = 2,end = 8,rand_range;
+    int rand_number,rand_value,start = 2,end = 8,rand_range;
     unsigned seed = 10;
     
     rand_number = axutil_rand(&seed);



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