diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-12-17 10:56:26 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-12-17 10:56:26 +0100 |
commit | a058974440f7df7832f4bb9bf5d2783ca040fa66 (patch) | |
tree | d94290683a230f3829d8fc230729c948003b4c57 /sql/table.cc | |
parent | cd0970c4808b80f33516e9e47e0bb62dae1e6bd5 (diff) | |
download | mariadb-git-a058974440f7df7832f4bb9bf5d2783ca040fa66.tar.gz |
remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 9 |
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 |