Skip to content

Commit 7fcdd7e

Browse files
committed
Delete commented out code
1 parent 43fab4e commit 7fcdd7e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,6 @@ IEnumerator IEnumerable.GetEnumerator()
8181
: ((IEnumerable<IVBComponent>)this).GetEnumerator();
8282
}
8383

84-
//public override void Release(bool final = false)
85-
//{
86-
// if (!IsWrappingNullReference)
87-
// {
88-
// DetatchEvents();
89-
// for (var i = 1; i <= Count; i++)
90-
// {
91-
// this[i].Release();
92-
// }
93-
// base.Release(final);
94-
// }
95-
//}
96-
9784
public override bool Equals(ISafeComWrapper<VB.VBComponents> other)
9885
{
9986
return IsEqualIfNull(other) || (other != null && ReferenceEquals(other.Target, Target));

0 commit comments

Comments
 (0)