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=e6e4711362796cca96639dcb6dc327c1128a845f;hp=ec5d1f97f6d9fddd1b3ea6b9de20022657f1ba09;hb=d94d92ac6656fd252a5d7bb4f6c76935ba18e62e;hpb=28e6ca8b6e08d1cdd1af81ae819aa39baa206eaf diff --git a/lib/prio_heap/prio_heap.c b/lib/prio_heap/prio_heap.c index ec5d1f97..e6e47113 100644 --- a/lib/prio_heap/prio_heap.c +++ b/lib/prio_heap/prio_heap.c @@ -1,6 +1,4 @@ /* - * prio_heap.c - * * Static-sized priority heap containing pointers. Based on CLRS, * chapter 6. *