From ee52c9d6c2f8de0486c879c41d8bd7cb51a31dfc Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Oct 2005 22:17:47 -0400 Subject: [PATCH] Fix link failure on OS X ndb/src/mgmsrv/Services.cpp: Remove explicit instantiation to fix link failure on OS X --- ndb/src/mgmsrv/Services.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ndb/src/mgmsrv/Services.cpp b/ndb/src/mgmsrv/Services.cpp index 9d87e33b47f..b94eaa93ea5 100644 --- a/ndb/src/mgmsrv/Services.cpp +++ b/ndb/src/mgmsrv/Services.cpp @@ -1574,4 +1574,3 @@ MgmApiSession::report_event(Parser_t::Context &ctx, template class MutexVector; template class Vector const*>; -template class Vector;