X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e144fe25775e62cfb13074251d435f760cc6e12..94f91fddf6aa49b80b881571a2575f1ab3c67755:/src/surf/host_interface.cpp diff --git a/src/surf/host_interface.cpp b/src/surf/host_interface.cpp index 50afd769c8..1a67830624 100644 --- a/src/surf/host_interface.cpp +++ b/src/surf/host_interface.cpp @@ -151,15 +151,6 @@ void Host::setState(e_surf_resource_state_t state){ p_cpu->setState(state); } -Action *Host::execute(double size) { - xbt_assert(0,"FIXME: DEADCODE"); - return p_cpu->execute(size); -} -Action *Host::sleep(double duration) { - xbt_assert(0,"FIXME: DEADCODE"); - return p_cpu->sleep(duration); -} - simgrid::surf::Storage *Host::findStorageOnMountList(const char* mount) {