diff --git a/LightweightIocContainer/LightweightIocContainer.xml b/LightweightIocContainer/LightweightIocContainer.xml
index cce9467..b25a486 100644
--- a/LightweightIocContainer/LightweightIocContainer.xml
+++ b/LightweightIocContainer/LightweightIocContainer.xml
@@ -1305,11 +1305,6 @@
The
The current instance of this
-
-
- The resolve callback delegate
-
-
Returns the default value for a given
diff --git a/LightweightIocContainer/ResolveCallback.cs b/LightweightIocContainer/ResolveCallback.cs
deleted file mode 100644
index d89dfff..0000000
--- a/LightweightIocContainer/ResolveCallback.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-// Author: Gockner, Simon
-// Created: 2019-10-15
-// Copyright(c) 2019 SimonG. All Rights Reserved.
-
-namespace LightweightIocContainer
-{
- ///
- /// The resolve callback delegate
- ///
- public delegate TInterface ResolveCallback(params object[] parameters);
-}
\ No newline at end of file