Fix for Bug #34786 Compiling ndb on Mac OS X 10.5.2 (Intel) fails

storage/ndb/src/kernel/blocks/tsman.cpp:
  Fix build on Tiger and Leopard, incl. 10.5.2
  This is already in vm/ndb_malloc_impl.cpp
This commit is contained in:
unknown 2008-03-05 14:57:13 +01:00
parent 0bd96234c1
commit eea48abc77

View File

@ -181,7 +181,6 @@ struct TsmanChunk
Vector<Uint32> bitmask;
};
template class Vector<TsmanChunk>;
template class Vector<Uint32>;
#endif
void