From 7d11f34f046cb69610d559f65d01a2cc050ca3f6 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sun, 15 Jun 2008 09:22:11 -0400 Subject: [PATCH] Delete declaration of undefined timeval_comparator() function. --- src/heap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/heap.h b/src/heap.h index 44336fb..4e385e2 100644 --- a/src/heap.h +++ b/src/heap.h @@ -39,6 +39,5 @@ int heap_remove_pred(heap_t heap, int (*pred)(void *key, void *data, void *extra /* int strcmp(const char *s1, const char *s2); from can be used */ int ulong_comparator(const void*, const void*); -int timeval_comparator(const void*, const void*); #endif /* ndef HEAP_H */ -- 2.20.1