summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-05-26 12:12:36 +0200
committerunknown <msvensson@neptunus.(none)>2005-05-26 12:12:36 +0200
commit10ece0ae13dc71c8968973819c40432685ead56e (patch)
treeac88d4e4d67116cabb925438c7b643334a6b1bea
parent50ec4964daf3770a3492ea4c0b5fd2cc13add78e (diff)
downloadmariadb-git-10ece0ae13dc71c8968973819c40432685ead56e.tar.gz
Fix icc compiler warning
ndb/src/kernel/blocks/dbtux/Dbtux.hpp: Removed second forward declaration of "struct DescEnt"
-rw-r--r--ndb/src/kernel/blocks/dbtux/Dbtux.hpp1
1 files changed, 0 insertions, 1 deletions
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;