summaryrefslogtreecommitdiff
path: root/ACE/ace/Node.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-31 18:51:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-31 18:51:21 +0000
commit02f8c32b1dc67916d646b832b636f03f74ff0f12 (patch)
tree29bf5588686b78db6b08fc2f2de5eb732b61c720 /ACE/ace/Node.h
parent9ba52c69bba82685937558d25d9cf6e744968543 (diff)
downloadATCD-02f8c32b1dc67916d646b832b636f03f74ff0f12.tar.gz
Mon Jul 31 18:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Node.h')
-rw-r--r--ACE/ace/Node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Node.h b/ACE/ace/Node.h
index 6ec514d8141..b6b98b13235 100644
--- a/ACE/ace/Node.h
+++ b/ACE/ace/Node.h
@@ -51,10 +51,8 @@ public:
friend class ACE_Unbounded_Stack<T>;
friend class ACE_Unbounded_Stack_Iterator<T>;
-# if ! defined (ACE_HAS_BROKEN_NOOP_DTORS)
/// This isn't necessary, but it keeps some compilers happy.
~ACE_Node (void);
-# endif /* ! defined (ACE_HAS_BROKEN_NOOP_DTORS) */
private:
// = Initialization methods