Remove last usage of NotImplementedException

TeamCity reporter now uses CATCH_ERROR instead
This commit is contained in:
Martin Hořeňovský 2017-08-30 20:03:54 +02:00
parent a4df0b2c37
commit 6388fc946f
5 changed files with 2 additions and 67 deletions

View file

@ -17,9 +17,6 @@
#endif
#include "internal/catch_notimplemented_exception.h"
// Temporary hack to fix separately provided reporters
#include "../reporters/catch_reporter_bases.hpp"
#include "catch_reporter_registrars.hpp"