diff options
Diffstat (limited to 'sql/item_create.h')
-rw-r--r-- | sql/item_create.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_create.h b/sql/item_create.h index 90595859bcc..c79fe07b8d4 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -142,9 +142,7 @@ Item *create_func_numgeometries(Item *a); Item *create_func_point(Item *a, Item *b); -#ifdef HAVE_COMPRESS Item *create_func_compress(Item *a); Item *create_func_uncompress(Item *a); Item *create_func_uncompressed_length(Item *a); -#endif |