From 7718bd0b42a978c408595c13f7b09e0a8341b8d7 Mon Sep 17 00:00:00 2001 From: damitha Date: Mon, 28 Jun 2010 21:06:36 +0000 Subject: Applied patch AXIS2C-1460 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958738 13f79535-47bb-0310-9956-ffa450edef68 --- util/include/axutil_env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/include') diff --git a/util/include/axutil_env.h b/util/include/axutil_env.h index d59e5de..347d028 100644 --- a/util/include/axutil_env.h +++ b/util/include/axutil_env.h @@ -69,7 +69,7 @@ extern "C" axutil_log_t *log; /** This flag indicate whether logging is enabled or not */ - axis2_bool_t log_enabled; + /* axis2_bool_t log_enabled; */ /* Deprecated use instead log->enabled */ /** Thread pool routines */ axutil_thread_pool_t *thread_pool; -- cgit v1.1-32-gdbae