summaryrefslogtreecommitdiffstats
path: root/axiom/src/om/om_namespace.c
diff options
context:
space:
mode:
authorGravatar shankar2010-03-24 07:49:24 +0000
committerGravatar shankar2010-03-24 07:49:24 +0000
commit22c8c7829076c148471490bd8b56de2b36d191c6 (patch)
tree5b457acd4316ec743b9f20a11b91187ee2398272 /axiom/src/om/om_namespace.c
parentfb58131071e0fd446fb8f0910cb642fd0606e9d1 (diff)
downloadaxis2c-22c8c7829076c148471490bd8b56de2b36d191c6.tar.gz
axis2c-22c8c7829076c148471490bd8b56de2b36d191c6.tar.bz2
refactor to improve performance
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom/src/om/om_namespace.c')
-rw-r--r--axiom/src/om/om_namespace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/axiom/src/om/om_namespace.c b/axiom/src/om/om_namespace.c
index 2d9df2f..24d80a4 100644
--- a/axiom/src/om/om_namespace.c
+++ b/axiom/src/om/om_namespace.c
@@ -301,7 +301,6 @@ axiom_namespace_create_str(
{
axiom_namespace_t *om_namespace = NULL;
- AXIS2_ENV_CHECK(env, NULL);
if(!uri)
{
uri = axutil_string_create(env, "");