Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't mark inline the functions that are exported
[simgrid.git] / src / surf / trace_mgr.cpp
index 39a8d6c..f3cf2ef 100644 (file)
@@ -403,7 +403,7 @@ tmgr_trace_iterator_t tmgr_history_add_trace(tmgr_fes_t h,
   return trace_iterator;
 }
 
-XBT_INLINE double tmgr_history_next_date(tmgr_fes_t h)
+double tmgr_history_next_date(tmgr_fes_t h)
 {
   if (xbt_heap_size(h->heap))
     return (xbt_heap_maxkey(h->heap));