summaryrefslogtreecommitdiff
path: root/ACE/ace/Intrusive_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Intrusive_List.h')
-rw-r--r--ACE/ace/Intrusive_List.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/Intrusive_List.h b/ACE/ace/Intrusive_List.h
index a7952e367dc..26286594202 100644
--- a/ACE/ace/Intrusive_List.h
+++ b/ACE/ace/Intrusive_List.h
@@ -71,10 +71,6 @@ public:
/// Returns true if the container is empty, otherwise returns false.
bool is_empty (void) const;
- /// Returns true if the container is empty, otherwise returns false.
- /// @deprecated Use is_empty() instead.
- bool empty (void) const;
-
/// Insert an element at the beginning of the list
void push_front (T *node);