diff options
Diffstat (limited to 'include/zix/common.h')
-rw-r--r-- | include/zix/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zix/common.h b/include/zix/common.h index 5a71be5..df49afe 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -53,9 +53,6 @@ typedef int (*ZixComparator)(const void* a, const void* b, const void* user_data); -/// Function for testing equality of two elements -typedef bool (*ZixEqualFunc)(const void* a, const void* b); - /// Function to destroy an element typedef void (*ZixDestroyFunc)(void* ptr, const void* user_data); |