Removed all (well, most) of the redundant, ResultBuilder-based, code

This commit is contained in:
Phil Nash
2017-08-09 09:08:33 +01:00
parent 7df290dfc1
commit 8c95a81448
12 changed files with 3 additions and 717 deletions

View File

@@ -18,10 +18,7 @@
namespace Catch {
void prepareExpandedExpression(AssertionResult& result) {
if (result.isOk())
result.discardDecomposedExpression();
else
result.expandDecomposedExpression();
result.getExpandedExpression();
}
// Because formatting using c++ streams is stateful, drop down to C is required