Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the correct value for the number of elements in the dynar.
[simgrid.git] / src / xbt / heap.c
index 05c0a7af44db22d18d70f157dfb7a3d895bf0512..1357fce1da75142018202f46ac9d098e4542ec25 100644 (file)
@@ -16,8 +16,6 @@
  *  \brief This section describes the API to generic heap with O(log(n)) access.
  */
 
  *  \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
 /**
  * @brief Creates a new heap.
  * \param init_size initial size of the heap