Skip to content

Commit 85a13f4

Browse files
authored
Update ContainerControlledTransientManager.cs
1 parent bb3a5af commit 85a13f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Lifetime/ContainerControlledTransientManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ public override object GetValue(ILifetimeContainer container = null)
2020
return null;
2121
}
2222

23-
public override void RemoveValue(ILifetimeContainer container = null)
24-
{
25-
}
26-
2723
protected override LifetimeManager OnCreateLifetimeManager()
2824
{
2925
return this;

0 commit comments

Comments
 (0)