Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only 4 simcalls are considered by indep theorems for now
[simgrid.git] / src / mc / VisitedState.hpp
index f2eae0c9dc61202c5e0e417784fda9c26d6b6181..9b78c6a425856515688a5db38b35cfa91b2670ec 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-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. */
@@ -24,7 +24,6 @@ public:
   int original_num = -1; // num field of the VisitedState to which I was declared equal to (used for dot_output)
 
   explicit VisitedState(unsigned long state_number);
-  ~VisitedState() = default;
 };
 
 class XBT_PRIVATE VisitedStates {