]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/Resource.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify the MC initialization by using only one env variable
[simgrid.git] / src / kernel / resource / Resource.cpp
index a8e7f5d7e427cbba118a91f703c62e6e5a7d15c5..2264d3ba4799ce4707c0096734e904786f944003 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -13,8 +13,6 @@ namespace simgrid {
 namespace kernel {
 namespace resource {
 
-Resource::~Resource() = default;
-
 double Resource::get_load() const
 {
   return constraint_->get_usage();