X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/00a95a666da253bfdbb797d8bf26d2dbf35eb11b..9a51b791dab55275bffc183f8dfe9c26b6feaa57:/src/plugins/vm/VmHostExt.hpp diff --git a/src/plugins/vm/VmHostExt.hpp b/src/plugins/vm/VmHostExt.hpp index 29c13b565e..ec89754ffb 100644 --- a/src/plugins/vm/VmHostExt.hpp +++ b/src/plugins/vm/VmHostExt.hpp @@ -14,7 +14,6 @@ namespace vm { class VmHostExt { public: static simgrid::xbt::Extension EXTENSION_ID; - virtual ~VmHostExt() = default; sg_size_t ramsize = 0; /* available ramsize (0= not taken into account) */ bool overcommit = true; /* Whether the host allows overcommiting more VM than the avail ramsize allows */