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