From: Michael Poole Date: Sun, 15 Jun 2008 13:22:11 +0000 (-0400) Subject: Delete declaration of undefined timeval_comparator() function. X-Git-Tag: v1.4.0-rc3~13 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=7d11f34f046cb69610d559f65d01a2cc050ca3f6 Delete declaration of undefined timeval_comparator() function. --- 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 */