Removed now redundant xml stream initialisation

This commit is contained in:
Phil Nash 2016-11-29 12:13:55 +00:00
parent dedc7c56ce
commit 0c093bee38
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ namespace Catch {
virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE {
StreamingReporterBase::testRunStarting( testInfo );
m_xml.setStream( stream );
m_xml.startElement( "Catch" );
if( !m_config->name().empty() )
m_xml.writeAttribute( "name", m_config->name() );