Removed tbc_text_format (superceded by TextFlow)

This commit is contained in:
Phil Nash
2017-07-20 23:20:42 +01:00
parent 6ec7709e07
commit 3a37f45a97
6 changed files with 5 additions and 198 deletions

View File

@@ -23,8 +23,6 @@
namespace Catch {
using namespace clara::TextFlow;
struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> {
TeamCityReporter( ReporterConfig const& _config )
: StreamingReporterBase( _config )