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