summaryrefslogtreecommitdiff
path: root/include/internal/catch_interfaces_testcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/catch_interfaces_testcase.cpp')
-rw-r--r--include/internal/catch_interfaces_testcase.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/internal/catch_interfaces_testcase.cpp b/include/internal/catch_interfaces_testcase.cpp
deleted file mode 100644
index 9b35e034..00000000
--- a/include/internal/catch_interfaces_testcase.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "catch_interfaces_testcase.h"
-
-namespace Catch {
- ITestInvoker::~ITestInvoker() = default;
- ITestCaseRegistry::~ITestCaseRegistry() = default;
-}