X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/00a95a666da253bfdbb797d8bf26d2dbf35eb11b..9a51b791dab55275bffc183f8dfe9c26b6feaa57:/src/mc/VisitedState.hpp diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index 5d0c309526..9b78c6a425 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -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 {