Commit ab88a1d2 authored by unknown's avatar unknown

Fix icc compiler warning


ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
  Removed second forward declaration of "struct DescEnt"
parent 7d7b5dbc
...@@ -342,7 +342,6 @@ private: ...@@ -342,7 +342,6 @@ private:
* Complete metadata for one index. The array of attributes has * Complete metadata for one index. The array of attributes has
* variable size. * variable size.
*/ */
struct DescEnt;
friend struct DescEnt; friend struct DescEnt;
struct DescEnt { struct DescEnt {
DescHead m_descHead; DescHead m_descHead;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment