Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleaning and chaining around links
[simgrid.git] / src / kernel / resource / Resource.cpp
index d7a5073..add6558 100644 (file)
@@ -4,20 +4,11 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/kernel/resource/Resource.hpp"
-#include "src/kernel/resource/profile/FutureEvtSet.hpp"
-#include "src/kernel/resource/profile/Profile.hpp"
-#include "src/surf/surf_interface.hpp"
 
 namespace simgrid {
 namespace kernel {
 namespace resource {
 
-void Resource::set_state_profile(profile::Profile* profile)
-{
-  xbt_assert(state_event_ == nullptr, "Cannot set a second state profile to %s", get_cname());
-  state_event_ = profile->schedule(&profile::future_evt_set, this);
-}
-
 } // namespace resource
 } // namespace kernel
 } // namespace simgrid