Skip to content

Commit e6bd0be

Browse files
committed
Remove unused mock function
1 parent 62832ae commit e6bd0be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RubberduckTests/TodoExplorer/TodoExplorerTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,5 @@ private Configuration GetTodoConfig(string[] markers)
207207
var userSettings = new UserSettings(null, null, todoSettings, null, null, null, null);
208208
return new Configuration(userSettings);
209209
}
210-
211-
private Mock<IOperatingSystem> GetOperatingSystemMock()
212-
{
213-
return new Mock<IOperatingSystem>();
214-
}
215210
}
216211
}

0 commit comments

Comments
 (0)