summaryrefslogtreecommitdiff
path: root/examples/DLL/Today.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/DLL/Today.h')
-rw-r--r--examples/DLL/Today.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/DLL/Today.h b/examples/DLL/Today.h
index 00c2d4b9c04..19cce2317b5 100644
--- a/examples/DLL/Today.h
+++ b/examples/DLL/Today.h
@@ -50,9 +50,6 @@ 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);
};