summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.i
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1999-01-04 13:20:14 +0000
committergokhale <asgokhale@users.noreply.github.com>1999-01-04 13:20:14 +0000
commitf59ded6185afa1af54733e36d864cb47a9d2a9fb (patch)
tree4c640a54efe6fc83afcb8ec4534b57983a0c97cf /TAO/tao/Sequence.i
parent211902f6022ec8c7f86000870ebba9d00355ac61 (diff)
downloadATCD-f59ded6185afa1af54733e36d864cb47a9d2a9fb.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Sequence.i')
-rw-r--r--TAO/tao/Sequence.i9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Sequence.i b/TAO/tao/Sequence.i
index 1d7221ee6ce..3919730220a 100644
--- a/TAO/tao/Sequence.i
+++ b/TAO/tao/Sequence.i
@@ -186,15 +186,6 @@ TAO_Unbounded_String_Sequence (CORBA::ULong maximum,
{
}
-ACE_INLINE TAO_SeqElem_String_Manager
-TAO_Unbounded_String_Sequence::operator[] (CORBA::ULong index) const
-{
- ACE_ASSERT (index < this->maximum_);
- char **const tmp =
- ACE_reinterpret_cast (char **ACE_CAST_CONST, this->buffer_);
- return TAO_SeqElem_String_Manager (tmp + index, this->release_);
-}
-
// ****************************************************************
#if defined (TAO_NO_COPY_OCTET_SEQUENCES)