Fix icc compiler warning

ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
  Removed second forward declaration of "struct DescEnt"
This commit is contained in:
unknown 2005-05-26 12:12:36 +02:00
parent 7d7b5dbcae
commit ab88a1d25a

View File

@ -342,7 +342,6 @@ private:
* Complete metadata for one index. The array of attributes has
* variable size.
*/
struct DescEnt;
friend struct DescEnt;
struct DescEnt {
DescHead m_descHead;