summaryrefslogtreecommitdiff
path: root/TAO/tao/default_server.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 15:44:11 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 15:44:11 +0000
commit163946d4d9922d192ea89cd5369fd8347de5b681 (patch)
tree96ea9e549c72f782a12299357f7830e4377129b4 /TAO/tao/default_server.cpp
parente32394fc22c738146212983714fe656b44ffc81c (diff)
downloadATCD-163946d4d9922d192ea89cd5369fd8347de5b681.tar.gz
Removed unused args causing warnings on AIX 4.3 w/ egcs 1.1.2.
Diffstat (limited to 'TAO/tao/default_server.cpp')
-rw-r--r--TAO/tao/default_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/default_server.cpp b/TAO/tao/default_server.cpp
index cfe7d69302b..c68d6811f85 100644
--- a/TAO/tao/default_server.cpp
+++ b/TAO/tao/default_server.cpp
@@ -127,7 +127,7 @@ TAO_Default_Server_Strategy_Factory::init (int argc, char *argv[])
}
int
-TAO_Default_Server_Strategy_Factory::open (TAO_ORB_Core *orb_core)
+TAO_Default_Server_Strategy_Factory::open (TAO_ORB_Core *)
{
return 0;
}