Start of bt_component_factory implementation
[babeltrace.git] / lib / prio_heap / prio_heap.c
index 8942a113aec50038fe20f59c6bbf84756a2d780d..58e3de68b5f0e93d4260e48841b1a698e3c897bc 100644 (file)
 #include <string.h>
 #include <assert.h>
 
-#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)
 {
This page took 0.023076 seconds and 4 git commands to generate.