From a058974440f7df7832f4bb9bf5d2783ca040fa66 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 17 Dec 2012 10:56:26 +0100 Subject: remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION --- sql/sql_insert.cc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sql/sql_insert.cc') diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index 71ad80dee64..61a7a56c413 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -4232,16 +4232,3 @@ void select_create::abort_result_set() DBUG_VOID_RETURN; } - -/***************************************************************************** - Instansiate templates -*****************************************************************************/ - -#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION -template class List_iterator_fast; -#ifndef EMBEDDED_LIBRARY -template class I_List; -template class I_List_iterator; -template class I_List; -#endif /* EMBEDDED_LIBRARY */ -#endif /* HAVE_EXPLICIT_TEMPLATE_INSTANTIATION */ -- cgit v1.2.1