summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h')
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
index 1c5482c6a3f..b7f3332e45a 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
@@ -15,7 +15,7 @@ public:
Roundtrip_Handler (int expected_callbacks);
/// Return the number of pending callbacks
- int pending_callbacks (void) const;
+ int pending_callbacks () const;
/// Dump the results
void dump_results (ACE_High_Res_Timer::global_scale_factor_type gsf);