diff --git a/Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs b/Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs index 3d6be21ad6..f7b84b4a10 100644 --- a/Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs +++ b/Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs @@ -81,19 +81,6 @@ IEnumerator IEnumerable.GetEnumerator() : ((IEnumerable)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 other) { return IsEqualIfNull(other) || (other != null && ReferenceEquals(other.Target, Target));