aboutsummaryrefslogtreecommitdiff
path: root/src/DI/container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DI/container.cpp')
-rw-r--r--src/DI/container.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/DI/container.cpp b/src/DI/container.cpp
deleted file mode 100644
index f27b1fa..0000000
--- a/src/DI/container.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "container.hpp"
-
-void Container::add(
- BaseObjectType type,
- const WrapperPtr<IGenericWrapper> &wrapper
-) noexcept
-{
- _bindings.insert({ type, wrapper });
-}