summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-12-17 10:56:26 +0100
committerSergei Golubchik <sergii@pisem.net>2012-12-17 10:56:26 +0100
commita058974440f7df7832f4bb9bf5d2783ca040fa66 (patch)
treed94290683a230f3829d8fc230729c948003b4c57 /sql/table.cc
parentcd0970c4808b80f33516e9e47e0bb62dae1e6bd5 (diff)
downloadmariadb-git-a058974440f7df7832f4bb9bf5d2783ca040fa66.tar.gz
remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/table.cc b/sql/table.cc
index bd9dcb4e261..8529ecb5378 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -6880,12 +6880,3 @@ uint TABLE_SHARE::actual_n_key_parts(THD *thd)
ext_key_parts : key_parts;
}
-
-/*****************************************************************************
-** Instansiate templates
-*****************************************************************************/
-
-#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
-template class List<String>;
-template class List_iterator<String>;
-#endif