X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fprio_heap%2Fprio_heap.c;fp=lib%2Fprio_heap%2Fprio_heap.c;h=58e3de68b5f0e93d4260e48841b1a698e3c897bc;hp=8942a113aec50038fe20f59c6bbf84756a2d780d;hb=f3e4505ba1b7bacce5fc1cc942f4cfaa905b4e74;hpb=d97bac968c717fa2f1c2be4d8658f0e6a6e392fa diff --git a/lib/prio_heap/prio_heap.c b/lib/prio_heap/prio_heap.c index 8942a113..58e3de68 100644 --- a/lib/prio_heap/prio_heap.c +++ b/lib/prio_heap/prio_heap.c @@ -32,11 +32,6 @@ #include #include -#ifndef max_t -#define max_t(type, a, b) \ - ((type) (a) > (type) (b) ? (type) (a) : (type) (b)) -#endif - #ifdef DEBUG_HEAP void check_heap(const struct ptr_heap *heap) {