Skip to content

Commit bb3a5af

Browse files
authored
Update ExternallyControlledLifetimeManager.cs
1 parent ca2f7e9 commit bb3a5af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Lifetime/ExternallyControlledLifetimeManager.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ public override void SetValue(object newValue, ILifetimeContainer container = nu
3232
_value = new WeakReference(newValue);
3333
}
3434

35-
/// <summary>
36-
/// Remove the given object from backing store.
37-
/// </summary>
38-
/// <param name="container">Instance of container</param>
39-
public override void RemoveValue(ILifetimeContainer container = null)
40-
{
41-
// DO NOTHING - we don't own this instance.
42-
}
43-
44-
4535
protected override LifetimeManager OnCreateLifetimeManager()
4636
{
4737
return new ExternallyControlledLifetimeManager();

0 commit comments

Comments
 (0)