don't exit on save

This commit is contained in:
Mathieu Lacage
2009-03-09 19:54:47 +01:00
parent 8d27126dcf
commit 12ffae54a8

View File

@@ -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