X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b90a25e740ad0f8014d77fafbe1ebe824e53f09..5c12f278e4acdb6745858a4b841c8a4dedd09fea:/src/xbt/heap.c diff --git a/src/xbt/heap.c b/src/xbt/heap.c index 05c0a7af44..1357fce1da 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -16,8 +16,6 @@ * \brief This section describes the API to generic heap with O(log(n)) access. */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(heap, xbt, "Heap"); - /** * @brief Creates a new heap. * \param init_size initial size of the heap