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 pi...@apache.org on 2008/03/17 09:12:50 UTC

svn commit: r637777 - /webservices/axis2/trunk/c/util/src/date_time.c

Author: pini
Date: Mon Mar 17 01:12:48 2008
New Revision: 637777

URL: http://svn.apache.org/viewvc?rev=637777&view=rev
Log:
Removed an unwanted line

Modified:
    webservices/axis2/trunk/c/util/src/date_time.c

Modified: webservices/axis2/trunk/c/util/src/date_time.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/date_time.c?rev=637777&r1=637776&r2=637777&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/date_time.c (original)
+++ webservices/axis2/trunk/c/util/src/date_time.c Mon Mar 17 01:12:48 2008
@@ -46,7 +46,6 @@
     axutil_date_time_t *date_time = NULL;
     time_t t;
     struct tm *utc_time = NULL;
-    /*struct tm* utc_time_ret = NULL; */
     AXIS2_ENV_CHECK(env, NULL);
 
     date_time =



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