Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change free be xbt_free_f
[simgrid.git] / src / xbt / heap.c
index 05c0a7a..1357fce 100644 (file)
@@ -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