diff --git a/src/contrib/config-store.cc b/src/contrib/config-store.cc index 994aa077d..61d65c1ec 100644 --- a/src/contrib/config-store.cc +++ b/src/contrib/config-store.cc @@ -123,13 +123,6 @@ void ConfigStore::ConfigureAttributes (void) { m_file->Attributes (); - if (m_mode == ConfigStore::SAVE) - { - delete m_file; - m_file = 0; - Simulator::Destroy (); - exit (0); - } } void