summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp')
-rw-r--r--ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp b/ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp
index 3f0a3b432fc..c63cbd2af1f 100644
--- a/ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp
+++ b/ACE/performance-tests/Synch-Benchmarks/Perf_Test/pipe_thr_test.cpp
@@ -51,7 +51,7 @@ Pipe_Thr_Test::init (int, ACE_TCHAR **)
}
int
-Pipe_Thr_Test::svc (void)
+Pipe_Thr_Test::svc ()
{
ssize_t length = performance_test_options.msg_size ();
ACE_HANDLE handle = this->pipe_handles[1];