summaryrefslogtreecommitdiff
path: root/TAO/tao/Cache_Entries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Cache_Entries.cpp')
-rw-r--r--TAO/tao/Cache_Entries.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tao/Cache_Entries.cpp b/TAO/tao/Cache_Entries.cpp
index 15d020057c2..c9b367e9de0 100644
--- a/TAO/tao/Cache_Entries.cpp
+++ b/TAO/tao/Cache_Entries.cpp
@@ -8,22 +8,3 @@
#endif /* __ACE_INLINE__ */
ACE_RCSID(tao, Cache_Entries, "$Id$")
-
-
-void
-TAO_Cache_IntId::operator= (const TAO_Cache_IntId &rhs)
-{
- this->handler_ = rhs.handler_;
-}
-
-int
-TAO_Cache_IntId::operator== (const TAO_Cache_IntId &rhs) const
-{
- return (this->handler_ == rhs.handler_);
-}
-
-int
-TAO_Cache_IntId::operator!= (const TAO_Cache_IntId &rhs) const
-{
- return (this->handler_ != rhs.handler_);
-}