diff options
Diffstat (limited to 'storage/innobase/include/fts0ast.h')
-rw-r--r-- | storage/innobase/include/fts0ast.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/innobase/include/fts0ast.h b/storage/innobase/include/fts0ast.h index 5799776c32d..15bf30bc5d5 100644 --- a/storage/innobase/include/fts0ast.h +++ b/storage/innobase/include/fts0ast.h @@ -29,14 +29,6 @@ Created 2007/03/16/03 Sunny Bains #include "mem0mem.h" -#ifdef UNIV_PFS_MEMORY - -#define malloc(A) ut_malloc_nokey(A) -#define free(A) ut_free(A) -#define realloc(P, A) ut_realloc(P, A) - -#endif /* UNIV_PFS_MEMORY */ - /* The type of AST Node */ enum fts_ast_type_t { FTS_AST_OPER, /*!< Operator */ |