Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Instr: Remove TRACE_smpi_alloc
[simgrid.git] / src / smpi / internals / instr_smpi.cpp
index 9cbfea5..91fcf92 100644 (file)
@@ -213,11 +213,6 @@ const char *TRACE_internal_smpi_get_category ()
   return (it == process_category.end()) ? nullptr : it->second.c_str();
 }
 
-void TRACE_smpi_alloc()
-{
-  // for symmetry
-}
-
 void TRACE_smpi_release()
 {
   for (auto const& elm : keys)