X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b90a25e740ad0f8014d77fafbe1ebe824e53f09..271392270efac4b11390c5809e1b8d47be253d87:/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