From 205bf1492c9a697bfb6b5373c5632e89e13eb56c Mon Sep 17 00:00:00 2001 From: vzykov Date: Tue, 6 Oct 2009 10:13:34 +0000 Subject: ChangeLogTag: Tue Oct 6 09:43:40 UTC 2009 Vladimir Zykov --- TAO/tao/Bounded_Basic_String_Sequence_T.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'TAO/tao/Bounded_Basic_String_Sequence_T.h') diff --git a/TAO/tao/Bounded_Basic_String_Sequence_T.h b/TAO/tao/Bounded_Basic_String_Sequence_T.h index 3533c987dcf..dc8e60cc348 100644 --- a/TAO/tao/Bounded_Basic_String_Sequence_T.h +++ b/TAO/tao/Bounded_Basic_String_Sequence_T.h @@ -66,10 +66,7 @@ public: /// @copydoc details::generic_sequence::length inline void length(CORBA::ULong length) { implementation_type::range::check_length(length, MAX); - if (MAX >= length) - { - impl_.length(length); - } + impl_.length(length); } /// @copydoc details::generic_sequence::operator[] inline const_element_type operator[](CORBA::ULong i) const { -- cgit v1.2.1