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

Public GIT Repository
be more uniform on action cleaning accross activities
[simgrid.git] / src / kernel / activity / SemaphoreImpl.hpp
index c340db827e3f6ab313f37ec35bf1fa7cba28954e..3be684e36c9c6d23d918bd48db383cedafde834e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-2021. 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. */
@@ -23,7 +23,6 @@ class XBT_PUBLIC SemaphoreImpl {
 
 public:
   explicit SemaphoreImpl(unsigned int value) : value_(value){};
-  ~SemaphoreImpl() = default;
 
   SemaphoreImpl(SemaphoreImpl const&) = delete;
   SemaphoreImpl& operator=(SemaphoreImpl const&) = delete;