summaryrefslogtreecommitdiff
path: root/ACE/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-28 07:44:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-28 07:44:37 +0000
commitfd29b8f755fd74586c2eb6ee65da65301dd33777 (patch)
treef21bbf345240785246b1a6e2b54b01c1ca2459a8 /ACE/performance-tests
parentf90814c7e6ac1a835db3437874456edda3a569fe (diff)
downloadATCD-fd29b8f755fd74586c2eb6ee65da65301dd33777.tar.gz
Thu Oct 28 07:38:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Array_Map.h: * ace/Array_Map.cpp: * ace/Auto_Functor.h: * ace/Auto_Functor.inl: * ace/Value_Ptr.h: * ace/config-g++-common.h: * ace/config-win32-msvc-8.h: * performance-tests/Misc/test_singleton.cpp: Cleanup because GCC < 3 isn't supported anymore * include/makeinclude/platform_hpux_aCC.GNU: aCC 3.31 isn't supported anymore for a long time
Diffstat (limited to 'ACE/performance-tests')
-rw-r--r--ACE/performance-tests/Misc/test_singleton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/performance-tests/Misc/test_singleton.cpp b/ACE/performance-tests/Misc/test_singleton.cpp
index 512b9caf23e..a9534af5f41 100644
--- a/ACE/performance-tests/Misc/test_singleton.cpp
+++ b/ACE/performance-tests/Misc/test_singleton.cpp
@@ -166,7 +166,6 @@ template ACE_Singleton<DC_Singleton, ACE_SYNCH_MUTEX> *
ACE_Singleton<DC_Singleton, ACE_SYNCH_MUTEX>::singleton_;
#endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */
-
#else
int
ACE_TMAIN (int, ACE_TCHAR *[])