summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.inl')
-rw-r--r--TAO/tao/Object.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Object.inl b/TAO/tao/Object.inl
index e8c1606bb73..d2d859dc510 100644
--- a/TAO/tao/Object.inl
+++ b/TAO/tao/Object.inl
@@ -67,8 +67,7 @@ CORBA::Object::_nil (void)
ACE_INLINE
CORBA::Object_ptr
-CORBA::Object::_narrow (CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL_NOT_USED)
+CORBA::Object::_narrow (CORBA::Object_ptr obj)
{
return CORBA::Object::_duplicate (obj);
}