From 7871fb8796bcc8e1001daa192b87db616ee4350a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 27 Jan 2016 19:24:57 +0100 Subject: [PATCH] useless cosmetics --- include/simgrid/s4u/host.hpp | 2 -- src/surf/vm_hl13.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 0d1cfb4d75..65960a8049 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -40,8 +40,6 @@ namespace s4u { XBT_PUBLIC_CLASS Host : public simgrid::xbt::Extendable { - // friend Actor; - // friend File; private: Host(const char *name); public: // TODO, make me private diff --git a/src/surf/vm_hl13.cpp b/src/surf/vm_hl13.cpp index 6e6e1f8585..35225d061f 100644 --- a/src/surf/vm_hl13.cpp +++ b/src/surf/vm_hl13.cpp @@ -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", -- 2.20.1