Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The default destructor should be fine.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 12 May 2023 11:15:06 +0000 (13:15 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 15 May 2023 10:05:01 +0000 (12:05 +0200)
src/mc/api/RemoteApp.cpp
src/mc/api/RemoteApp.hpp

index 5d23d0d..2f7f8cf 100644 (file)
@@ -74,11 +74,6 @@ RemoteApp::RemoteApp(const std::vector<char*>& args, bool need_memory_introspect
   }
 }
 
-RemoteApp::~RemoteApp()
-{
-  checker_side_     = nullptr;
-}
-
 void RemoteApp::restore_initial_state()
 {
   if (initial_snapshot_ == nullptr) // No memory introspection
index 0773721..dbb5e5d 100644 (file)
@@ -52,8 +52,6 @@ public:
    */
   explicit RemoteApp(const std::vector<char*>& args, bool need_memory_introspection);
 
-  ~RemoteApp();
-
   void restore_initial_state();
   void wait_for_requests();