diff -r baa839a7633f -r 8170f658f017 ucx/allocator.h --- a/ucx/allocator.h Fri Jul 19 14:17:12 2013 +0200 +++ b/ucx/allocator.h Sat Jul 20 11:13:26 2013 +0200 @@ -150,7 +150,6 @@ * A wrapper for the standard libc free() function. * @param ignore ignored (may be used by allocators for pooled memory) * @param data argument passed to free() - * @return return value of free() */ void ucx_default_free(void *ignore, void *data);