Skip to content

Commit 25feb24

Browse files
Joseph SunJosephSun2003
Joseph Sun
authored andcommitted
Revert changes to CoverageWrapper.cs and ICoverageWrapper.cs
1 parent c54c5cf commit 25feb24

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/coverlet.collector/DataCollection/CoverageWrapper.cs

-5
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,5 @@ public void PrepareModules(Coverage coverage)
7070
{
7171
coverage.PrepareModules();
7272
}
73-
74-
public void UnloadModule(Coverage coverage, string modulePath)
75-
{
76-
coverage.UnloadModule(modulePath);
77-
}
7873
}
7974
}

src/coverlet.collector/Utilities/Interfaces/ICoverageWrapper.cs

-7
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,5 @@ internal interface ICoverageWrapper
3939
/// <param name="coverage"></param>
4040
void PrepareModules(Coverage coverage);
4141

42-
/// <summary>
43-
/// Unload module in the specified path
44-
/// </summary>
45-
/// <param name="coverage"></param>
46-
/// <param name="modulePath"> path of the module to be unloaded</param>
47-
void UnloadModule(Coverage coverage, string modulePath);
48-
4942
}
5043
}

0 commit comments

Comments
 (0)