summaryrefslogtreecommitdiff
path: root/TAO/tao/LRU_Connection_Purging_Strategy.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-17 23:28:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-17 23:28:45 +0000
commit8732630b400ca7a0a68df3b41df5a538c8ae7f72 (patch)
treee06250636545c3b49b8f92174391a53a580f8d82 /TAO/tao/LRU_Connection_Purging_Strategy.cpp
parentad504bf51c38bbef3fd829fab7d5187b37ac7bab (diff)
downloadATCD-8732630b400ca7a0a68df3b41df5a538c8ae7f72.tar.gz
ChangeLogTag:Thu May 17 16:23:40 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/LRU_Connection_Purging_Strategy.cpp')
-rw-r--r--TAO/tao/LRU_Connection_Purging_Strategy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/LRU_Connection_Purging_Strategy.cpp b/TAO/tao/LRU_Connection_Purging_Strategy.cpp
index 1bad51a0081..edf35362c07 100644
--- a/TAO/tao/LRU_Connection_Purging_Strategy.cpp
+++ b/TAO/tao/LRU_Connection_Purging_Strategy.cpp
@@ -22,7 +22,6 @@ TAO_LRU_Connection_Purging_Strategy::update_item_i (
TAO_DESCRIPTOR_INTERFACE *prop,
TAO_PURGING_CACHE_ITEM* /*item */)
{
- ACE_UNUSED_ARG (item);
TAO_Cache_ExtId ext_id (prop);
ATTRIBUTE_TYPE int_id (this->order_++);
this->tracking_map ().rebind(ext_id, int_id);