Commit ee52c9d6 authored by unknown's avatar unknown

Fix link failure on OS X


ndb/src/mgmsrv/Services.cpp:
  Remove explicit instantiation to fix link failure on OS X
parent 4303114e
......@@ -1574,4 +1574,3 @@ MgmApiSession::report_event(Parser_t::Context &ctx,
template class MutexVector<int>;
template class Vector<ParserRow<MgmApiSession> const*>;
template class Vector<BaseString>;
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