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

Public GIT Repository
Remove useless declaration of default destructor.
[simgrid.git] / src / mc / sosp / Snapshot.hpp
index 35865cdcb63fa6df1daef6b0285741767d169d5b..fbcf185c4a035e4299d5ad7accc074f1ee1876d6 100644 (file)
@@ -61,7 +61,6 @@ class XBT_PRIVATE Snapshot final : public AddressSpace {
 public:
   /* Initialization */
   Snapshot(int num_state, RemoteSimulation* get_remote_simulation = &mc_model_checker->get_remote_simulation());
-  ~Snapshot() override = default;
 
   /* Regular use */
   bool on_heap(const void* address) const