Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tmgr: kill a function that only calls the constructor
[simgrid.git] / src / surf / storage_interface.cpp
index 30b7444..19b8361 100644 (file)
@@ -116,7 +116,7 @@ bool Storage::isUsed()
   return false;
 }
 
-void Storage::apply_event(tmgr_trace_iterator_t /*event*/, double /*value*/)
+void Storage::apply_event(tmgr_trace_event_t /*event*/, double /*value*/)
 {
   THROW_UNIMPLEMENTED;
 }