diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 13:25:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 13:25:56 +0000 |
commit | 6da6a5a3ddf69472767335eb14a6dd72003d2544 (patch) | |
tree | b9d9c42760b2fd44f66be3d911ddfbcce06eb3fc /TAO/performance-tests/Protocols | |
parent | 8f97e7ac397b255bb059a5353ab210762b608c27 (diff) | |
download | ATCD-6da6a5a3ddf69472767335eb14a6dd72003d2544.tar.gz |
Wed Sep 8 13:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.cpp:
Removed RCS_ID
Diffstat (limited to 'TAO/performance-tests/Protocols')
-rw-r--r-- | TAO/performance-tests/Protocols/receiver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/performance-tests/Protocols/receiver.cpp b/TAO/performance-tests/Protocols/receiver.cpp index 598f93f9b1d..a17407b25c3 100644 --- a/TAO/performance-tests/Protocols/receiver.cpp +++ b/TAO/performance-tests/Protocols/receiver.cpp @@ -353,7 +353,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) root_poa.in ()); PortableServer::ServantBase_var safe_servant (servant); - ACE_UNUSED_ARG (safe_servant); test_var test = servant->_this (); |