summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/DLL_Test_Impl.h')
-rw-r--r--ACE/tests/DLL_Test_Impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/DLL_Test_Impl.h b/ACE/tests/DLL_Test_Impl.h
index 47ae742540a..0ca5c5323d0 100644
--- a/ACE/tests/DLL_Test_Impl.h
+++ b/ACE/tests/DLL_Test_Impl.h
@@ -53,9 +53,7 @@ public:
#if defined (ACE_HAS_NEW_NOTHROW)
/// Overloaded new operator, nothrow_t variant.
void *operator new (size_t bytes, const ACE_nothrow_t &nt);
-#if !defined (ACE_LACKS_PLACEMENT_OPERATOR_DELETE)
void operator delete (void *p, const ACE_nothrow_t&) throw ();
-#endif /* ACE_LACKS_PLACEMENT_OPERATOR_DELETE */
#endif /* ACE_HAS_NEW_NOTHROW */
void operator delete (void *ptr);