Skip to content

Commit

Permalink
Delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogel612 committed Nov 21, 2017
1 parent 43fab4e commit 7fcdd7e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs
Expand Up @@ -81,19 +81,6 @@ IEnumerator IEnumerable.GetEnumerator()
: ((IEnumerable<IVBComponent>)this).GetEnumerator();
}

//public override void Release(bool final = false)
//{
// if (!IsWrappingNullReference)
// {
// DetatchEvents();
// for (var i = 1; i <= Count; i++)
// {
// this[i].Release();
// }
// base.Release(final);
// }
//}

public override bool Equals(ISafeComWrapper<VB.VBComponents> other)
{
return IsEqualIfNull(other) || (other != null && ReferenceEquals(other.Target, Target));
Expand Down

0 comments on commit 7fcdd7e

Please sign in to comment.