Fix icc compiler warning
ndb/src/kernel/blocks/dbtux/Dbtux.hpp: Removed second forward declaration of "struct DescEnt"
This commit is contained in:
parent
7d7b5dbcae
commit
ab88a1d25a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user