Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless cosmetics
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 27 Jan 2016 18:24:57 +0000 (19:24 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 27 Jan 2016 18:24:57 +0000 (19:24 +0100)
include/simgrid/s4u/host.hpp
src/surf/vm_hl13.cpp

index 0d1cfb4..65960a8 100644 (file)
@@ -40,8 +40,6 @@ namespace s4u {
 XBT_PUBLIC_CLASS Host :
   public simgrid::xbt::Extendable<Host> {
 
-       // friend Actor;
-       // friend File;
 private:
        Host(const char *name);
 public: // TODO, make me private
index 6e6e1f8..35225d0 100644 (file)
@@ -158,7 +158,6 @@ VMHL13::VMHL13(VMModel *model, const char* name, xbt_dict_t props, sg_host_t hos
 
   /* We create cpu_action corresponding to a VM process on the host operating system. */
   /* FIXME: TODO: we have to periodically input GUESTOS_NOISE to the system? how ? */
-  // vm_ws->cpu_action = surf_cpu_model_pm->extension.cpu.execute(host_PM, GUESTOS_NOISE);
   p_action = sub_cpu->execute(0);
 
   XBT_INFO("Create VM(%s)@PM(%s) with %ld mounted disks",