hla: Remove reference to deprecated VariantDataType.

This commit is contained in:
Mathias Froehlich 2012-07-29 20:58:07 +02:00
parent ee688166ab
commit f71f129e3b

View File

@ -54,8 +54,6 @@ public:
virtual const HLAArrayDataType* toArrayDataType() const;
virtual const HLAEnumeratedDataType* toEnumeratedDataType() const;
virtual const HLAFixedRecordDataType* toFixedRecordDataType() const;
/// deprecated
const HLAVariantRecordDataType* toVariantDataType() const { return toVariantRecordDataType(); }
virtual const HLAVariantRecordDataType* toVariantRecordDataType() const;
/// Recompute the alignment value of this data type.