From ab88a1d25a95e04ff0f22ac9e8e3e69d77c428dc Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 May 2005 12:12:36 +0200 Subject: [PATCH] Fix icc compiler warning ndb/src/kernel/blocks/dbtux/Dbtux.hpp: Removed second forward declaration of "struct DescEnt" --- ndb/src/kernel/blocks/dbtux/Dbtux.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ndb/src/kernel/blocks/dbtux/Dbtux.hpp b/ndb/src/kernel/blocks/dbtux/Dbtux.hpp index 2c96271eb5d..3d78fccb780 100644 --- a/ndb/src/kernel/blocks/dbtux/Dbtux.hpp +++ b/ndb/src/kernel/blocks/dbtux/Dbtux.hpp @@ -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;