summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_TypeCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Sequence_TypeCode.h')
-rw-r--r--TAO/tao/Sequence_TypeCode.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Sequence_TypeCode.h b/TAO/tao/Sequence_TypeCode.h
index ff34f052934..d260130681d 100644
--- a/TAO/tao/Sequence_TypeCode.h
+++ b/TAO/tao/Sequence_TypeCode.h
@@ -78,7 +78,6 @@ namespace TAO
ACE_ENV_ARG_DECL) const;
virtual CORBA::Boolean equivalent_i (CORBA::TypeCode_ptr tc
ACE_ENV_ARG_DECL) const;
- virtual CORBA::TCKind kind_i (ACE_ENV_SINGLE_ARG_DECL) const;
virtual CORBA::TypeCode_ptr get_compact_typecode_i (
ACE_ENV_SINGLE_ARG_DECL) const;
virtual CORBA::ULong length_i (ACE_ENV_SINGLE_ARG_DECL) const;
@@ -87,13 +86,6 @@ namespace TAO
private:
- /// The kind of this @c TypeCode.
- /**
- * @c kind_ is either @c CORBA::tk_sequence or
- * @c CORBA::tk_array.
- */
- CORBA::TCKind const kind_;
-
/// Element type of the sequence.
/**
* A pointer to the @c CORBA::TypeCode_ptr rather than the