]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mention disk model in host model descriptions
[simgrid.git] / src / msg / msg_private.hpp
index d87469cb3a15adc16b53f4a9a7dff558e48a0861..2579f3b79303432536d8d73d5658cd7aa0b5f7d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2022. 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. */
@@ -49,7 +49,6 @@ public:
 
   Task(const Task&) = delete;
   Task& operator=(const Task&) = delete;
-  ~Task()                      = default;
 
   bool is_used() const { return is_used_; }
   bool is_parallel() const { return parallel_; }