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