diff options
Diffstat (limited to 'include/my_compare.h')
-rw-r--r-- | include/my_compare.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_compare.h b/include/my_compare.h index 048e679e..1d66e51e 100644 --- a/include/my_compare.h +++ b/include/my_compare.h @@ -281,6 +281,5 @@ typedef enum check_result { typedef check_result_t (*index_cond_func_t)(void *param); typedef check_result_t (*rowid_filter_func_t)(void *param); -typedef int (*rowid_filter_is_active_func_t)(void *param); #endif /* _my_compare_h */ |