do not delete ns-2 trace files when test data is retained

This commit is contained in:
Tom Henderson
2015-01-15 10:04:13 -08:00
parent 05ae5cd63b
commit f3c11d2676

View File

@@ -229,10 +229,6 @@ private:
void DoTeardown ()
{
Names::Clear ();
if (std::remove (m_traceFile.c_str ()))
{
NS_LOG_ERROR ("Failed to delete file " << m_traceFile);
}
Simulator::Destroy ();
}