Skip to content

Commit f703ce9

Browse files
committed
Some clearnup unused elements
1 parent d3772db commit f703ce9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RubberduckTests/Mocks/MockVbeBuilder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using System;
21
using System.Collections;
32
using System.Collections.Generic;
4-
using System.ComponentModel;
53
using System.Diagnostics.CodeAnalysis;
64
using System.Linq;
75
using Moq;
@@ -43,7 +41,6 @@ public class MockVbeBuilder
4341
public const string TestProjectName = "TestProject1";
4442
public const string TestModuleName = "TestModule1";
4543
private readonly Mock<IVBE> _vbe;
46-
private readonly Mock<IVbeEvents> _vbeEvents;
4744

4845
public static Dictionary<ReferenceLibrary, (string Name, string Path)> ReferenceLibraryIdentifiers = new Dictionary<ReferenceLibrary, (string Name, string Path)>()
4946
{
@@ -72,7 +69,6 @@ public class MockVbeBuilder
7269
[ReferenceLibrary.MsForms] = (ReferenceLibrary.MsForms.Name(), ReferenceLibrary.MsForms.Path(), 2, 0, true),
7370
};
7471

75-
//private Mock<IWindows> _vbWindows;
7672
private readonly Windows _windows = new Windows();
7773
private readonly ICollection<IVBProject> _projects = new List<IVBProject>();
7874

0 commit comments

Comments
 (0)