summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-11-10 14:55:55 +0200
committerunknown <monty@mysql.com>2004-11-10 14:55:55 +0200
commit19e3c98b874f2e11e30ae8f47e157430cc2f8d70 (patch)
treee72851fdd5a2e64fb87fc00267351ac36a43290b /sql/item_cmpfunc.h
parente6c7117bc0bc745aa1781e4c72f309cf10daa9fc (diff)
downloadmariadb-git-19e3c98b874f2e11e30ae8f47e157430cc2f8d70.tar.gz
Portability fix (Problems compiling on MacOSX with gcc)
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 754ebe08b77..af2c385b296 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -20,9 +20,6 @@
#ifdef __GNUC__
#pragma interface /* gcc class implementation */
#endif
-#ifdef __GNUC__
-template class List_iterator_fast<Item_field>;
-#endif
extern Item_result item_cmp_type(Item_result a,Item_result b);
class Item_bool_func2;