summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/DSI/Database_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/DSI/Database_i.h')
-rw-r--r--TAO/tests/POA/DSI/Database_i.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/POA/DSI/Database_i.h b/TAO/tests/POA/DSI/Database_i.h
index caa24a15eab..b4da8da23ae 100644
--- a/TAO/tests/POA/DSI/Database_i.h
+++ b/TAO/tests/POA/DSI/Database_i.h
@@ -115,9 +115,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 new (size_t);