summaryrefslogtreecommitdiff
path: root/ACE/tests/Cached_Accept_Conn_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-01-15 11:01:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-01-15 11:01:49 +0100
commitb30753f1a1b18c831e89223ec01db66231b5a64a (patch)
tree8839fc17461b7ec6e0bc2c0f9568dd0dba9c9fe8 /ACE/tests/Cached_Accept_Conn_Test.cpp
parent6f36dbed40cbedb60f2c40376d360c704d7db93b (diff)
downloadATCD-b30753f1a1b18c831e89223ec01db66231b5a64a.tar.gz
Removed HPUX support
Diffstat (limited to 'ACE/tests/Cached_Accept_Conn_Test.cpp')
-rw-r--r--ACE/tests/Cached_Accept_Conn_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/Cached_Accept_Conn_Test.cpp b/ACE/tests/Cached_Accept_Conn_Test.cpp
index 960816e3402..5338c38ddc0 100644
--- a/ACE/tests/Cached_Accept_Conn_Test.cpp
+++ b/ACE/tests/Cached_Accept_Conn_Test.cpp
@@ -34,8 +34,6 @@
// happy, it was necessary to have the definitions of the methods of
// the Accept_Strategy before the instantiations.
-// HPUX doesn't accept these declaration after their usage.
-
// For some strange reason this must *not* be static since otherwise
// certain versions of SunC++ will not link properly.
int connection_accepted = 0;